StorageConnectorPropertiesPatch.State Property
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.
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.
public Azure.ResourceManager.Storage.Models.StorageConnectorState? State { get; set; }
member this.State : Nullable<Azure.ResourceManager.Storage.Models.StorageConnectorState> with get, set
Public Property State As Nullable(Of StorageConnectorState)