ArmHciModelFactory.HciClusterPatch Method

Definition

public static Azure.ResourceManager.Hci.Models.HciClusterPatch HciClusterPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string cloudManagementEndpoint = default, Guid? aadClientId = default, Guid? aadTenantId = default, Azure.ResourceManager.Hci.Models.HciClusterDesiredProperties desiredProperties = default);
static member HciClusterPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity * string * Nullable<Guid> * Nullable<Guid> * Azure.ResourceManager.Hci.Models.HciClusterDesiredProperties -> Azure.ResourceManager.Hci.Models.HciClusterPatch
Public Shared Function HciClusterPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional cloudManagementEndpoint As String = Nothing, Optional aadClientId As Nullable(Of Guid) = Nothing, Optional aadTenantId As Nullable(Of Guid) = Nothing, Optional desiredProperties As HciClusterDesiredProperties = Nothing) As HciClusterPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

Identity of Cluster resource.

cloudManagementEndpoint
String

Endpoint configured for management from the Azure portal.

aadClientId
Nullable<Guid>

App id of cluster AAD identity.

aadTenantId
Nullable<Guid>

Tenant id of cluster AAD identity.

desiredProperties
HciClusterDesiredProperties

Desired properties of the cluster.

Returns

A new HciClusterPatch instance for mocking.

Applies to