Delen via


NetAppResource interface

Interface die een NetAppResource vertegenwoordigt.

Methoden

beginUpdateNetworkSiblingSet(string, string, string, string, string, NetAppResourceUpdateNetworkSiblingSetOptionalParams)

Werk de netwerkfuncties van de opgegeven netwerk-/opeenzelfde set bij.

beginUpdateNetworkSiblingSetAndWait(string, string, string, string, string, NetAppResourceUpdateNetworkSiblingSetOptionalParams)

Werk de netwerkfuncties van de opgegeven netwerk-/opeenzelfde set bij.

checkFilePathAvailability(string, string, string, NetAppResourceCheckFilePathAvailabilityOptionalParams)

Controleer of er een bestandspad beschikbaar is.

checkNameAvailability(string, string, string, string, NetAppResourceCheckNameAvailabilityOptionalParams)

Controleer of een resourcenaam beschikbaar is.

checkQuotaAvailability(string, string, string, string, NetAppResourceCheckQuotaAvailabilityOptionalParams)

Controleer of er een quotum beschikbaar is.

queryNetworkSiblingSet(string, string, string, NetAppResourceQueryNetworkSiblingSetOptionalParams)

Details van de opgegeven netwerkset op hetzelfde niveau ophalen.

queryRegionInfo(string, NetAppResourceQueryRegionInfoOptionalParams)

Biedt informatie over opslag naar netwerknabijheid en logische zonetoewijzing.

Methodedetails

beginUpdateNetworkSiblingSet(string, string, string, string, string, NetAppResourceUpdateNetworkSiblingSetOptionalParams)

Werk de netwerkfuncties van de opgegeven netwerk-/opeenzelfde set bij.

function beginUpdateNetworkSiblingSet(location: string, networkSiblingSetId: string, subnetId: string, networkSiblingSetStateId: string, networkFeatures: string, options?: NetAppResourceUpdateNetworkSiblingSetOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSiblingSet>, NetworkSiblingSet>>

Parameters

location

string

De naam van de Azure-regio.

networkSiblingSetId

string

Id van netwerk op hetzelfde niveau ingesteld voor een groep volumes die netwerkresources in een subnet delen.

subnetId

string

De Azure-resource-URI voor een gedelegeerd subnet. Moet de delegatie Microsoft.NetApp/volumes hebben. Voorbeeld /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}

networkSiblingSetStateId

string

De status-id van de netwerk-/zusset die de huidige status van de set op hetzelfde niveau aangeeft.

networkFeatures

string

Netwerkfuncties die beschikbaar zijn voor het volume.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkSiblingSet>, NetworkSiblingSet>>

beginUpdateNetworkSiblingSetAndWait(string, string, string, string, string, NetAppResourceUpdateNetworkSiblingSetOptionalParams)

Werk de netwerkfuncties van de opgegeven netwerk-/opeenzelfde set bij.

function beginUpdateNetworkSiblingSetAndWait(location: string, networkSiblingSetId: string, subnetId: string, networkSiblingSetStateId: string, networkFeatures: string, options?: NetAppResourceUpdateNetworkSiblingSetOptionalParams): Promise<NetworkSiblingSet>

Parameters

location

string

De naam van de Azure-regio.

networkSiblingSetId

string

Id van netwerk op hetzelfde niveau ingesteld voor een groep volumes die netwerkresources in een subnet delen.

subnetId

string

De Azure-resource-URI voor een gedelegeerd subnet. Moet de delegatie Microsoft.NetApp/volumes hebben. Voorbeeld /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}

networkSiblingSetStateId

string

De status-id van de netwerk-/zusset die de huidige status van de set op hetzelfde niveau aangeeft.

networkFeatures

string

Netwerkfuncties die beschikbaar zijn voor het volume.

Retouren

checkFilePathAvailability(string, string, string, NetAppResourceCheckFilePathAvailabilityOptionalParams)

Controleer of er een bestandspad beschikbaar is.

function checkFilePathAvailability(location: string, name: string, subnetId: string, options?: NetAppResourceCheckFilePathAvailabilityOptionalParams): Promise<CheckAvailabilityResponse>

Parameters

location

string

De naam van de Azure-regio.

name

string

Te controleren bestandspad.

subnetId

string

De Azure-resource-URI voor een gedelegeerd subnet. Moet de delegatie Microsoft.NetApp/volumes hebben

Retouren

checkNameAvailability(string, string, string, string, NetAppResourceCheckNameAvailabilityOptionalParams)

Controleer of een resourcenaam beschikbaar is.

function checkNameAvailability(location: string, name: string, typeParam: string, resourceGroup: string, options?: NetAppResourceCheckNameAvailabilityOptionalParams): Promise<CheckAvailabilityResponse>

Parameters

location

string

De naam van de Azure-regio.

name

string

Resourcenaam om te controleren.

typeParam

string

Resourcetype dat wordt gebruikt voor verificatie.

resourceGroup

string

Naam van de resourcegroep.

Retouren

checkQuotaAvailability(string, string, string, string, NetAppResourceCheckQuotaAvailabilityOptionalParams)

Controleer of er een quotum beschikbaar is.

function checkQuotaAvailability(location: string, name: string, typeParam: string, resourceGroup: string, options?: NetAppResourceCheckQuotaAvailabilityOptionalParams): Promise<CheckAvailabilityResponse>

Parameters

location

string

De naam van de Azure-regio.

name

string

Naam van de resource die moet worden gecontroleerd.

typeParam

string

Resourcetype dat wordt gebruikt voor verificatie.

resourceGroup

string

Naam van de resourcegroep.

Retouren

queryNetworkSiblingSet(string, string, string, NetAppResourceQueryNetworkSiblingSetOptionalParams)

Details van de opgegeven netwerkset op hetzelfde niveau ophalen.

function queryNetworkSiblingSet(location: string, networkSiblingSetId: string, subnetId: string, options?: NetAppResourceQueryNetworkSiblingSetOptionalParams): Promise<NetworkSiblingSet>

Parameters

location

string

De naam van de Azure-regio.

networkSiblingSetId

string

Id van netwerk op hetzelfde niveau ingesteld voor een groep volumes die netwerkresources in een subnet delen.

subnetId

string

De Azure-resource-URI voor een gedelegeerd subnet. Moet de delegatie Microsoft.NetApp/volumes hebben. Voorbeeld /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}

Retouren

queryRegionInfo(string, NetAppResourceQueryRegionInfoOptionalParams)

Biedt informatie over opslag naar netwerknabijheid en logische zonetoewijzing.

function queryRegionInfo(location: string, options?: NetAppResourceQueryRegionInfoOptionalParams): Promise<RegionInfo>

Parameters

location

string

De naam van de Azure-regio.

options
NetAppResourceQueryRegionInfoOptionalParams

De optiesparameters.

Retouren

Promise<RegionInfo>