ITestConnectionResponse.StorageConnectorMethodName 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.
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