Package version:

Interface NetAppResource

Interface representing a NetAppResource.

interface NetAppResource {
    beginUpdateNetworkSiblingSet(location: string, networkSiblingSetId: string, subnetId: string, networkSiblingSetStateId: string, networkFeatures: string, options?: NetAppResourceUpdateNetworkSiblingSetOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSiblingSet>, NetworkSiblingSet>>;
    beginUpdateNetworkSiblingSetAndWait(location: string, networkSiblingSetId: string, subnetId: string, networkSiblingSetStateId: string, networkFeatures: string, options?: NetAppResourceUpdateNetworkSiblingSetOptionalParams): Promise<NetworkSiblingSet>;
    checkFilePathAvailability(location: string, name: string, subnetId: string, options?: NetAppResourceCheckFilePathAvailabilityOptionalParams): Promise<CheckAvailabilityResponse>;
    checkNameAvailability(location: string, name: string, typeParam: string, resourceGroup: string, options?: NetAppResourceCheckNameAvailabilityOptionalParams): Promise<CheckAvailabilityResponse>;
    checkQuotaAvailability(location: string, name: string, typeParam: string, resourceGroup: string, options?: NetAppResourceCheckQuotaAvailabilityOptionalParams): Promise<CheckAvailabilityResponse>;
    queryNetworkSiblingSet(location: string, networkSiblingSetId: string, subnetId: string, options?: NetAppResourceQueryNetworkSiblingSetOptionalParams): Promise<NetworkSiblingSet>;
    queryRegionInfo(location: string, options?: NetAppResourceQueryRegionInfoOptionalParams): Promise<RegionInfo>;
}

Methods

  • Update the network features of the specified network sibling set.

    Parameters

    • location: string

      The name of the Azure region.

    • networkSiblingSetId: string

      Network Sibling Set ID for a group of volumes sharing networking resources in a subnet.

    • subnetId: string

      The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}

    • networkSiblingSetStateId: string

      Network sibling set state Id identifying the current state of the sibling set.

    • networkFeatures: string

      Network features available to the volume.

    • Optionaloptions: NetAppResourceUpdateNetworkSiblingSetOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<NetworkSiblingSet>, NetworkSiblingSet>>

  • Update the network features of the specified network sibling set.

    Parameters

    • location: string

      The name of the Azure region.

    • networkSiblingSetId: string

      Network Sibling Set ID for a group of volumes sharing networking resources in a subnet.

    • subnetId: string

      The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}

    • networkSiblingSetStateId: string

      Network sibling set state Id identifying the current state of the sibling set.

    • networkFeatures: string

      Network features available to the volume.

    • Optionaloptions: NetAppResourceUpdateNetworkSiblingSetOptionalParams

      The options parameters.

    Returns Promise<NetworkSiblingSet>

  • Get details of the specified network sibling set.

    Parameters

    • location: string

      The name of the Azure region.

    • networkSiblingSetId: string

      Network Sibling Set ID for a group of volumes sharing networking resources in a subnet.

    • subnetId: string

      The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}

    • Optionaloptions: NetAppResourceQueryNetworkSiblingSetOptionalParams

      The options parameters.

    Returns Promise<NetworkSiblingSet>