ArmNetworkCloudModelFactory.NetworkCloudRackPatch 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.NetworkCloudRackPatch NetworkCloudRackPatch(string rackLocation = default, string rackSerialNumber = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudRackPatch : string * string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackPatch
Public Shared Function NetworkCloudRackPatch (Optional rackLocation As String = Nothing, Optional rackSerialNumber As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudRackPatch
Parameters
- rackLocation
- String
The free-form description of the rack location. (e.g. "DTN Datacenter, Floor 3, Isle 9, Rack 2B").
- rackSerialNumber
- String
The globally unique identifier for the rack.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new NetworkCloudRackPatch instance for mocking.