StorageConnectorProperties Class

Definition

The storage connector properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorPropertiesTypeConverter))]
public class StorageConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorPropertiesTypeConverter))>]
type StorageConnectorProperties = class
    interface IStorageConnectorProperties
    interface IJsonSerializable
Public Class StorageConnectorProperties
Implements IStorageConnectorProperties
Inheritance
StorageConnectorProperties
Attributes
Implements

Constructors

Name Description
StorageConnectorProperties()

Creates an new StorageConnectorProperties instance.

Properties

Name Description
CreationTime

System-generated creation time of the Storage Connector in ISO 8601 date-time format (YYYY-MM-DDTHH:mm:ssZ). Not a valid input parameter during creating.

DataSourceType

The type of backing data source for this Storage Connector.

Description

Arbitrary description of this Storage Connector. Max 250 characters.

ProvisioningState

Represents the provisioning state of the storage connector.

Source

Information about how to communicate with and authenticate to the backing data store.

SourceType

Type of the Storage Connector. Not mutable once the Storage Connector is created."

State

State - Active or Inactive. Whether or not the Storage Connector should start as active (default: Active) (While set to false on the Storage Connector, all data plane requests using this Storage Connector fail, and this Storage Connector is not billed if it would be otherwise.

TestConnection

Test connection to backing data source before creating the storage connector.

UniqueId

System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageConnectorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorProperties.

FromJsonString(String)

Creates a new instance of StorageConnectorProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to