ArmStorageModelFactory.StorageConnectorProperties Method

Definition

The storage connector properties.

public static Azure.ResourceManager.Storage.Models.StorageConnectorProperties StorageConnectorProperties(string uniqueId = default, Azure.ResourceManager.Storage.Models.StorageConnectorState? state = default, string creationTime = default, string description = default, bool? shouldTestConnection = default, Azure.ResourceManager.Storage.Models.StorageConnectorDataSourceType dataSourceType = default, Azure.ResourceManager.Storage.Models.StorageConnectorSource source = default, Azure.ResourceManager.Storage.Models.NativeDataSharingProvisioningState? provisioningState = default);
static member StorageConnectorProperties : string * Nullable<Azure.ResourceManager.Storage.Models.StorageConnectorState> * string * string * Nullable<bool> * Azure.ResourceManager.Storage.Models.StorageConnectorDataSourceType * Azure.ResourceManager.Storage.Models.StorageConnectorSource * Nullable<Azure.ResourceManager.Storage.Models.NativeDataSharingProvisioningState> -> Azure.ResourceManager.Storage.Models.StorageConnectorProperties
Public Shared Function StorageConnectorProperties (Optional uniqueId As String = Nothing, Optional state As Nullable(Of StorageConnectorState) = Nothing, Optional creationTime As String = Nothing, Optional description As String = Nothing, Optional shouldTestConnection As Nullable(Of Boolean) = Nothing, Optional dataSourceType As StorageConnectorDataSourceType = Nothing, Optional source As StorageConnectorSource = Nothing, Optional provisioningState As Nullable(Of NativeDataSharingProvisioningState) = Nothing) As StorageConnectorProperties

Parameters

uniqueId
String

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

state
Nullable<StorageConnectorState>

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.

creationTime
String

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.

description
String

Arbitrary description of this Storage Connector. Max 250 characters.

shouldTestConnection
Nullable<Boolean>

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

dataSourceType
StorageConnectorDataSourceType

The type of backing data source for this Storage Connector.

source
StorageConnectorSource

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

provisioningState
Nullable<NativeDataSharingProvisioningState>

Represents the provisioning state of the storage connector.

Returns

A new StorageConnectorProperties instance for mocking.

Applies to