ArmHciModelFactory.HciClusterPatch 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.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.
- desiredProperties
- HciClusterDesiredProperties
Desired properties of the cluster.
Returns
A new HciClusterPatch instance for mocking.