IStorageAppliance.RemoteVendorManagementFeature 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 storage appliance supports remote vendor management.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Supported", "Unsupported" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The indicator of whether the storage appliance supports remote vendor management.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="remoteVendorManagementFeature", Update=false)]
public string RemoteVendorManagementFeature { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Supported", "Unsupported" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The indicator of whether the storage appliance supports remote vendor management.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="remoteVendorManagementFeature", Update=false)>]
member this.RemoteVendorManagementFeature : string
Public ReadOnly Property RemoteVendorManagementFeature As String
Property Value
- Attributes