Nfs3TargetProperties Constructors
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.
Overloads
Nfs3TargetProperties() |
Initializes a new instance of the Nfs3TargetProperties class. |
Nfs3TargetProperties(IList<NamespaceJunction>, String, String, Nfs3Target, ClfsTarget, UnknownTarget) |
Initializes a new instance of the Nfs3TargetProperties class. |
Nfs3TargetProperties()
Initializes a new instance of the Nfs3TargetProperties class.
public Nfs3TargetProperties ();
Public Sub New ()
Applies to
Nfs3TargetProperties(IList<NamespaceJunction>, String, String, Nfs3Target, ClfsTarget, UnknownTarget)
Initializes a new instance of the Nfs3TargetProperties class.
public Nfs3TargetProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NamespaceJunction> junctions = default, string targetType = default, string provisioningState = default, Microsoft.Azure.Management.StorageCache.Models.Nfs3Target nfs3 = default, Microsoft.Azure.Management.StorageCache.Models.ClfsTarget clfs = default, Microsoft.Azure.Management.StorageCache.Models.UnknownTarget unknown = default);
new Microsoft.Azure.Management.StorageCache.Models.Nfs3TargetProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NamespaceJunction> * string * string * Microsoft.Azure.Management.StorageCache.Models.Nfs3Target * Microsoft.Azure.Management.StorageCache.Models.ClfsTarget * Microsoft.Azure.Management.StorageCache.Models.UnknownTarget -> Microsoft.Azure.Management.StorageCache.Models.Nfs3TargetProperties
Public Sub New (Optional junctions As IList(Of NamespaceJunction) = Nothing, Optional targetType As String = Nothing, Optional provisioningState As String = Nothing, Optional nfs3 As Nfs3Target = Nothing, Optional clfs As ClfsTarget = Nothing, Optional unknown As UnknownTarget = Nothing)
Parameters
- junctions
- IList<NamespaceJunction>
List of Cache namespace junctions to target for namespace associations.
- targetType
- String
Type of the Storage Target.
- provisioningState
- String
ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Creating', 'Deleting', 'Updating'
- nfs3
- Nfs3Target
Properties when targetType is nfs3.
- clfs
- ClfsTarget
Properties when targetType is clfs.
- unknown
- UnknownTarget
Properties when targetType is unknown.
Applies to
Azure SDK for .NET