IpCommunitiesOperations interface

Schnittstelle, die eine IpCommunities-Operation darstellt.

Eigenschaften

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Implementiert eine IP Community PUT-Methode.

delete
get

Implementiert eine GET-Methode der IP-Community.

listByResourceGroup

Implementierung der IP-Gemeinschaften Liste nach Ressourcengruppe GET-Methode.

listBySubscription

Implementiert IP-Communities-Liste nach Abonnement-GET-Methode.

update

API, um bestimmte Eigenschaften der IP-Community-Ressource zu aktualisieren.

Details zur Eigenschaft

beginCreate

Warnung

Diese API ist nun veraltet.

use create instead

beginCreate: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

beginCreateAndWait

Warnung

Diese API ist nun veraltet.

use create instead

beginCreateAndWait: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<IpCommunity>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<IpCommunity>

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

beginDelete: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<void>

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdate: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdateAndWait: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<IpCommunity>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<IpCommunity>

create

Implementiert eine IP Community PUT-Methode.

create: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>

delete

delete: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Implementiert eine GET-Methode der IP-Community.

get: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesGetOptionalParams) => Promise<IpCommunity>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesGetOptionalParams) => Promise<IpCommunity>

listByResourceGroup

Implementierung der IP-Gemeinschaften Liste nach Ressourcengruppe GET-Methode.

listByResourceGroup: (resourceGroupName: string, options?: IpCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, options?: IpCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>

listBySubscription

Implementiert IP-Communities-Liste nach Abonnement-GET-Methode.

listBySubscription: (options?: IpCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>

Eigenschaftswert

(options?: IpCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>

update

API, um bestimmte Eigenschaften der IP-Community-Ressource zu aktualisieren.

update: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>

Eigenschaftswert

(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>