IpGroupsOperations interface

Schnittstelle stellt IpGroups-Operationen dar.

Eigenschaften

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Erstellt oder aktualisiert eine ipGroups in einer angegebenen Ressourcengruppe.

delete

Löscht die angegebenen ipGroups.

get

Ruft die angegebenen ipGroups ab.

list

Ruft alle IpGroups in einem Abonnement ab.

listByResourceGroup

Ruft alle IpGroups in einer Ressourcengruppe ab.

updateGroups

Aktualisiert Tags einer IpGroups-Ressource.

Details zur Eigenschaft

beginCreateOrUpdate

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpGroup>, IpGroup>>

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpGroup>, IpGroup>>

beginCreateOrUpdateAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<IpGroup>

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<IpGroup>

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => Promise<void>

createOrUpdate

Erstellt oder aktualisiert eine ipGroups in einer angegebenen Ressourcengruppe.

createOrUpdate: (resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpGroup>, IpGroup>

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpGroup>, IpGroup>

delete

Löscht die angegebenen ipGroups.

delete: (resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ruft die angegebenen ipGroups ab.

get: (resourceGroupName: string, ipGroupsName: string, options?: IpGroupsGetOptionalParams) => Promise<IpGroup>

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsGetOptionalParams) => Promise<IpGroup>

list

Ruft alle IpGroups in einem Abonnement ab.

list: (options?: IpGroupsListOptionalParams) => PagedAsyncIterableIterator<IpGroup, IpGroup[], PageSettings>

Eigenschaftswert

(options?: IpGroupsListOptionalParams) => PagedAsyncIterableIterator<IpGroup, IpGroup[], PageSettings>

listByResourceGroup

Ruft alle IpGroups in einer Ressourcengruppe ab.

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

Eigenschaftswert

(resourceGroupName: string, options?: IpGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpGroup, IpGroup[], PageSettings>

updateGroups

Aktualisiert Tags einer IpGroups-Ressource.

updateGroups: (resourceGroupName: string, ipGroupsName: string, parameters: TagsObject, options?: IpGroupsUpdateGroupsOptionalParams) => Promise<IpGroup>

Eigenschaftswert

(resourceGroupName: string, ipGroupsName: string, parameters: TagsObject, options?: IpGroupsUpdateGroupsOptionalParams) => Promise<IpGroup>