IpExtendedCommunitiesOperations interface
Schnittstelle repräsentiert IpExtendedCommunities-Operationen.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Implementiert die METHODE IP Extended Community PUT. |
| delete | |
| get | Implementiert die GET-Methode für erweiterte IP-Community. |
| list |
Implementiert IpExtendedCommunities-Liste nach Ressourcengruppe GET-Methode. |
| list |
Implementiert IpExtendedCommunities-Liste nach Abonnement-GET-Methode. |
| update | API zur Aktualisierung bestimmter Eigenschaften der IP Extended Community-Ressource. |
Details zur Eigenschaft
beginCreate
Warnung
Diese API ist nun veraltet.
use create instead
beginCreate: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginCreateAndWait
Warnung
Diese API ist nun veraltet.
use create instead
beginCreateAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<IpExtendedCommunity>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<IpExtendedCommunity>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<IpExtendedCommunity>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<IpExtendedCommunity>
create
Implementiert die METHODE IP Extended Community PUT.
create: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
delete
delete: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Implementiert die GET-Methode für erweiterte IP-Community.
get: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams) => Promise<IpExtendedCommunity>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams) => Promise<IpExtendedCommunity>
listByResourceGroup
Implementiert IpExtendedCommunities-Liste nach Ressourcengruppe GET-Methode.
listByResourceGroup: (resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
listBySubscription
Implementiert IpExtendedCommunities-Liste nach Abonnement-GET-Methode.
listBySubscription: (options?: IpExtendedCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Eigenschaftswert
(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
update
API zur Aktualisierung bestimmter Eigenschaften der IP Extended Community-Ressource.
update: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
Eigenschaftswert
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>