ArmNetAppModelFactory.NetAppFilePathAvailabilityContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of NetAppFilePathAvailabilityContent.
public static Azure.ResourceManager.NetApp.Models.NetAppFilePathAvailabilityContent NetAppFilePathAvailabilityContent (string name = default, Azure.Core.ResourceIdentifier subnetId = default, string availabilityZone = default);
static member NetAppFilePathAvailabilityContent : string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.NetApp.Models.NetAppFilePathAvailabilityContent
Public Shared Function NetAppFilePathAvailabilityContent (Optional name As String = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional availabilityZone As String = Nothing) As NetAppFilePathAvailabilityContent
Parameters
- name
- String
File path to verify.
- subnetId
- ResourceIdentifier
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes.
- availabilityZone
- String
The Azure Resource logical availability zone which is used within zone mapping lookup for the subscription and region. The lookup will retrieve the physical zone where volume is placed.
Returns
A new NetAppFilePathAvailabilityContent instance for mocking.
Applies to
Azure SDK for .NET