StorageConnectorProperties Class
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.
The storage connector properties.
public class StorageConnectorProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageConnectorProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageConnectorProperties>
type StorageConnectorProperties = class
interface IJsonModel<StorageConnectorProperties>
interface IPersistableModel<StorageConnectorProperties>
Public Class StorageConnectorProperties
Implements IJsonModel(Of StorageConnectorProperties), IPersistableModel(Of StorageConnectorProperties)
- Inheritance
-
StorageConnectorProperties
- Implements
Constructors
| Name | Description |
|---|---|
| StorageConnectorProperties(StorageConnectorDataSourceType, StorageConnectorSource) |
Initializes a new instance of StorageConnectorProperties. |
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. |
| ShouldTestConnection |
Test connection to backing data source before creating the storage connector. |
| Source |
Information about how to communicate with and authenticate to the backing data store. |
| 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. |
| UniqueId |
System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating. |