ArmNetworkCloudModelFactory.NetworkCloudBareMetalMachinePatch Method

Definition

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.

Applies to