IStorageAppliance.RemoteVendorManagementStatus 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.
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled", "Unsupported" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="remoteVendorManagementStatus", Update=false)]
public string RemoteVendorManagementStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled", "Unsupported" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="remoteVendorManagementStatus", Update=false)>]
member this.RemoteVendorManagementStatus : string
Public ReadOnly Property RemoteVendorManagementStatus As String
Property Value
- Attributes