ArmNetworkCloudModelFactory.NetworkCloudStorageAppliancePatch 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.NetworkCloudStorageAppliancePatch NetworkCloudStorageAppliancePatch(string serialNumber = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudStorageAppliancePatch : string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudStorageAppliancePatch
Public Shared Function NetworkCloudStorageAppliancePatch (Optional serialNumber As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudStorageAppliancePatch
Parameters
- serialNumber
- String
The serial number for the storage appliance.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new NetworkCloudStorageAppliancePatch instance for mocking.