ArmNetworkCloudModelFactory.StorageApplianceEnableRemoteVendorManagementContent Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.StorageApplianceEnableRemoteVendorManagementContent StorageApplianceEnableRemoteVendorManagementContent(System.Collections.Generic.IEnumerable<string> supportEndpoints = default);
static member StorageApplianceEnableRemoteVendorManagementContent : seq<string> -> Azure.ResourceManager.NetworkCloud.Models.StorageApplianceEnableRemoteVendorManagementContent
Public Shared Function StorageApplianceEnableRemoteVendorManagementContent (Optional supportEndpoints As IEnumerable(Of String) = Nothing) As StorageApplianceEnableRemoteVendorManagementContent
Parameters
- supportEndpoints
- IEnumerable<String>
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.
Returns
A new StorageApplianceEnableRemoteVendorManagementContent instance for mocking.