StorageConnectorPropertiesUpdate Class

Definition

The storage connector properties

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

Constructors

Name Description
StorageConnectorPropertiesUpdate()

Creates an new StorageConnectorPropertiesUpdate instance.

Properties

Name Description
Description

Arbitrary description of this Storage Connector. Max 250 characters.

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageConnectorPropertiesUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageConnectorPropertiesUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageConnectorPropertiesUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to