IStorageConnectorPropertiesUpdate Interface

Definition

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

Properties

Name Description
Description

Arbitrary description of this Storage Connector. Max 250 characters.

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to