StorageConnectorPropertiesPatch 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 StorageConnectorPropertiesPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageConnectorPropertiesPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageConnectorPropertiesPatch>
type StorageConnectorPropertiesPatch = class
interface IJsonModel<StorageConnectorPropertiesPatch>
interface IPersistableModel<StorageConnectorPropertiesPatch>
Public Class StorageConnectorPropertiesPatch
Implements IJsonModel(Of StorageConnectorPropertiesPatch), IPersistableModel(Of StorageConnectorPropertiesPatch)
- Inheritance
-
StorageConnectorPropertiesPatch
- Implements
Constructors
| Name | Description |
|---|---|
| StorageConnectorPropertiesPatch() |
Initializes a new instance of StorageConnectorPropertiesPatch. |
Properties
| Name | Description |
|---|---|
| Description |
Arbitrary description of this Storage Connector. Max 250 characters. |
| 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. |