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.
Initializes a new instance of HciClusterPatch.
public static Azure.ResourceManager.Hci.Models.HciClusterPatch HciClusterPatch (System.Collections.Generic.IDictionary<string,string> tags = default, string cloudManagementEndpoint = default, Guid? aadClientId = default, Guid? aadTenantId = default, Azure.ResourceManager.Hci.Models.HciClusterDesiredProperties desiredProperties = default, Guid? principalId = default, Guid? tenantId = default, Azure.ResourceManager.Hci.Models.HciManagedServiceIdentityType? managedServiceIdentityType = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default);
static member HciClusterPatch : System.Collections.Generic.IDictionary<string, string> * string * Nullable<Guid> * Nullable<Guid> * Azure.ResourceManager.Hci.Models.HciClusterDesiredProperties * Nullable<Guid> * Nullable<Guid> * Nullable<Azure.ResourceManager.Hci.Models.HciManagedServiceIdentityType> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Models.UserAssignedIdentity> -> Azure.ResourceManager.Hci.Models.HciClusterPatch
Public Shared Function HciClusterPatch (Optional tags As IDictionary(Of String, String) = 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, Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional managedServiceIdentityType As Nullable(Of HciManagedServiceIdentityType) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing) As HciClusterPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- cloudManagementEndpoint
- String
Endpoint configured for management from the Azure portal.
- desiredProperties
- HciClusterDesiredProperties
Desired properties of the cluster.
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- managedServiceIdentityType
- Nullable<HciManagedServiceIdentityType>
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentity>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
Returns
A new HciClusterPatch instance for mocking.
Applies to
Azure SDK for .NET