ITestConnectionResponse.StorageConnectorMethodName Property

Definition

Indicates the method used to validate the connection to the backing data store. Valid values are GetBlob and ListBlobs for failure, and TestExistingConnection for success.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates the method used to validate the connection to the backing data store.\r\n        Valid values are `GetBlob` and `ListBlobs` for failure, and `TestExistingConnection` for success.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="storageConnectorMethodName", Update=true)]
public string StorageConnectorMethodName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates the method used to validate the connection to the backing data store.\r\n        Valid values are `GetBlob` and `ListBlobs` for failure, and `TestExistingConnection` for success.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="storageConnectorMethodName", Update=true)>]
member this.StorageConnectorMethodName : string with get, set
Public Property StorageConnectorMethodName As String

Property Value

Attributes

Applies to