HciClusterPatch Class
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.
Cluster details to update.
public class HciClusterPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciClusterPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciClusterPatch>
public class HciClusterPatch
type HciClusterPatch = class
interface IJsonModel<HciClusterPatch>
interface IPersistableModel<HciClusterPatch>
type HciClusterPatch = class
Public Class HciClusterPatch
Implements IJsonModel(Of HciClusterPatch), IPersistableModel(Of HciClusterPatch)
Public Class HciClusterPatch
- Inheritance
-
HciClusterPatch
- Implements
Constructors
HciClusterPatch() |
Initializes a new instance of HciClusterPatch. |
Properties
AadClientId |
App id of cluster AAD identity. |
AadTenantId |
Tenant id of cluster AAD identity. |
CloudManagementEndpoint |
Endpoint configured for management from the Azure portal. |
DesiredProperties |
Desired properties of the cluster. |
ManagedServiceIdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
PrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
Tags |
Resource tags. |
TenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
UserAssignedIdentities |
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. |
Explicit Interface Implementations
IJsonModel<HciClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciClusterPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciClusterPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET