StorageApplianceEnableRemoteVendorManagementParameters Class
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.
StorageApplianceEnableRemoteVendorManagementParameters represents the body of the request to enable remote vendor management of a storage appliance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceEnableRemoteVendorManagementParametersTypeConverter))]
public class StorageApplianceEnableRemoteVendorManagementParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceEnableRemoteVendorManagementParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceEnableRemoteVendorManagementParametersTypeConverter))>]
type StorageApplianceEnableRemoteVendorManagementParameters = class
interface IStorageApplianceEnableRemoteVendorManagementParameters
interface IJsonSerializable
Public Class StorageApplianceEnableRemoteVendorManagementParameters
Implements IStorageApplianceEnableRemoteVendorManagementParameters
- Inheritance
-
StorageApplianceEnableRemoteVendorManagementParameters
- Attributes
- Implements
Constructors
StorageApplianceEnableRemoteVendorManagementParameters() |
Creates an new StorageApplianceEnableRemoteVendorManagementParameters instance. |
Properties
SupportEndpoint |
Field Deprecated. This field is not used and will be rejected if provided. The list of IPv4 subnets (in CIDR format), IPv6 subnets (in CIDR format), or hostnames that the storage appliance needs accessible in order to turn on the remote vendor management. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageApplianceEnableRemoteVendorManagementParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageApplianceEnableRemoteVendorManagementParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceEnableRemoteVendorManagementParameters. |
FromJsonString(String) |
Creates a new instance of StorageApplianceEnableRemoteVendorManagementParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageApplianceEnableRemoteVendorManagementParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |