ArmNetworkCloudModelFactory.NetworkCloudBareMetalMachinePatch 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.NetworkCloudBareMetalMachinePatch NetworkCloudBareMetalMachinePatch(string machineDetails = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudBareMetalMachinePatch : string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudBareMetalMachinePatch
Public Shared Function NetworkCloudBareMetalMachinePatch (Optional machineDetails As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudBareMetalMachinePatch
Parameters
- machineDetails
- String
The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new NetworkCloudBareMetalMachinePatch instance for mocking.