Language

ClusterMeshProfileData Class

Definition

A cluster mesh profile stores the general information about the mesh.

public class ClusterMeshProfileData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerServiceFleet.ClusterMeshProfileData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerServiceFleet.ClusterMeshProfileData>
type ClusterMeshProfileData = class
    inherit ResourceData
    interface IJsonModel<ClusterMeshProfileData>
    interface IPersistableModel<ClusterMeshProfileData>
Public Class ClusterMeshProfileData
Inherits ResourceData
Implements IJsonModel(Of ClusterMeshProfileData), IPersistableModel(Of ClusterMeshProfileData)
Inheritance
ClusterMeshProfileData
Implements

Constructors

Name Description
ClusterMeshProfileData()

Initializes a new instance of ClusterMeshProfileData.

Properties

Name Description
ETag

If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
MemberSelectorByLabel

Kubernetes-style label selector for selecting Fleet members, e.g. env=production.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state of the cluster mesh profile.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Status

The cluster mesh profile status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ClusterMeshProfileData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ClusterMeshProfileData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ClusterMeshProfileData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ClusterMeshProfileData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ClusterMeshProfileData>.Write(ModelReaderWriterOptions)

Applies to