IStorageConnectorProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorPropertiesTypeConverter))]
public interface IStorageConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorPropertiesTypeConverter))>]
type IStorageConnectorProperties = interface
interface IJsonSerializable
Public Interface IStorageConnectorProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
| 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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |