IpExtendedCommunitiesOperations interface
Interfaccia che rappresenta un'operazione di IpExtendedCommunities.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Implementa il metodo PUT della community estesa IP. |
| delete | |
| get | Implementa il metodo GET della community estesa IP. |
| list |
Implementa l'elenco di IpExtendedCommunities per gruppo di risorse con il metodo GET. |
| list |
Implementa la lista IpExtendedCommunities tramite il metodo GET per abbonamento. |
| update | API per aggiornare alcune proprietà della risorsa IP Extended Community. |
Dettagli proprietà
beginCreate
Avviso
Questa API è ora deprecata.
use create instead
beginCreate: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginCreateAndWait
Avviso
Questa API è ora deprecata.
use create instead
beginCreateAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<IpExtendedCommunity>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<IpExtendedCommunity>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<void>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<IpExtendedCommunity>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<IpExtendedCommunity>
create
Implementa il metodo PUT della community estesa IP.
create: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
delete
delete: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Implementa il metodo GET della community estesa IP.
get: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams) => Promise<IpExtendedCommunity>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams) => Promise<IpExtendedCommunity>
listByResourceGroup
Implementa l'elenco di IpExtendedCommunities per gruppo di risorse con il metodo GET.
listByResourceGroup: (resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
listBySubscription
Implementa la lista IpExtendedCommunities tramite il metodo GET per abbonamento.
listBySubscription: (options?: IpExtendedCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Valore della proprietà
(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
update
API per aggiornare alcune proprietà della risorsa IP Extended Community.
update: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
Valore della proprietà
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>