Freigeben über


VirtualNetworkAddressesOperations interface

Schnittstelle, die einen VirtualNetworkAddresses-Vorgang darstellt.

Eigenschaften

createOrUpdate

Erstellen einer VirtualNetworkAddress

delete
get

Abrufen einer VirtualNetworkAddress

listByParent

Auflisten von VirtualNetworkAddress-Ressourcen durch CloudVmCluster

Details zur Eigenschaft

createOrUpdate

Erstellen einer VirtualNetworkAddress

createOrUpdate: (resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, resource: VirtualNetworkAddress, options?: VirtualNetworkAddressesCreateOrUpdateOptionalParams) => PollerLike<OperationState<VirtualNetworkAddress>, VirtualNetworkAddress>

Eigenschaftswert

(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, resource: VirtualNetworkAddress, options?: VirtualNetworkAddressesCreateOrUpdateOptionalParams) => PollerLike<OperationState<VirtualNetworkAddress>, VirtualNetworkAddress>

delete

delete: (resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Abrufen einer VirtualNetworkAddress

get: (resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesGetOptionalParams) => Promise<VirtualNetworkAddress>

Eigenschaftswert

(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesGetOptionalParams) => Promise<VirtualNetworkAddress>

listByParent

Auflisten von VirtualNetworkAddress-Ressourcen durch CloudVmCluster

listByParent: (resourceGroupName: string, cloudvmclustername: string, options?: VirtualNetworkAddressesListByParentOptionalParams) => PagedAsyncIterableIterator<VirtualNetworkAddress, VirtualNetworkAddress[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, cloudvmclustername: string, options?: VirtualNetworkAddressesListByParentOptionalParams) => PagedAsyncIterableIterator<VirtualNetworkAddress, VirtualNetworkAddress[], PageSettings>