StorageTargetProperties Class

Definition

Properties of the Storage Target.

public class StorageTargetProperties
type StorageTargetProperties = class
Public Class StorageTargetProperties
Inheritance
StorageTargetProperties
Derived

Constructors

StorageTargetProperties()

Initializes a new instance of the StorageTargetProperties class.

StorageTargetProperties(IList<NamespaceJunction>, String, String, Nfs3Target, ClfsTarget, UnknownTarget)

Initializes a new instance of the StorageTargetProperties class.

Properties

Clfs

Gets or sets properties when targetType is clfs.

Junctions

Gets or sets list of Cache namespace junctions to target for namespace associations.

Nfs3

Gets or sets properties when targetType is nfs3.

ProvisioningState

Gets or sets 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'

TargetType

Gets or sets type of the Storage Target.

Unknown

Gets or sets properties when targetType is unknown.

Methods

Validate()

Validate the object.

Applies to