Get Storage Target Result
data class GetStorageTargetResult(val blobNfs: BlobNfsTargetResponse? = null, val clfs: ClfsTargetResponse? = null, val id: String, val junctions: List<NamespaceJunctionResponse>? = null, val location: String, val name: String, val nfs3: Nfs3TargetResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val targetType: String, val type: String, val unknown: UnknownTargetResponse? = null)
Type of the Storage Target.
Constructors
Link copied to clipboard
constructor(blobNfs: BlobNfsTargetResponse? = null, clfs: ClfsTargetResponse? = null, id: String, junctions: List<NamespaceJunctionResponse>? = null, location: String, name: String, nfs3: Nfs3TargetResponse? = null, provisioningState: String? = null, systemData: SystemDataResponse, targetType: String, type: String, unknown: UnknownTargetResponse? = null)
Properties
Link copied to clipboard
Properties when targetType is blobNfs.
Link copied to clipboard
Properties when targetType is clfs.
Link copied to clipboard
List of Cache namespace junctions to target for namespace associations.
Link copied to clipboard
Properties when targetType is nfs3.
Link copied to clipboard
ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property
Link copied to clipboard
The system meta data relating to this resource.
Link copied to clipboard
Type of the Storage Target.
Link copied to clipboard
Properties when targetType is unknown.