Megosztás a következőn keresztül:


FleetMemberProperties Class

Definition

A member of the Fleet. It contains a reference to an existing Kubernetes cluster on Azure.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.FleetMemberPropertiesTypeConverter))]
public class FleetMemberProperties : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetMemberProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.FleetMemberPropertiesTypeConverter))>]
type FleetMemberProperties = class
    interface IFleetMemberProperties
    interface IJsonSerializable
Public Class FleetMemberProperties
Implements IFleetMemberProperties
Inheritance
FleetMemberProperties
Attributes
Implements

Constructors

FleetMemberProperties()

Creates an new FleetMemberProperties instance.

Properties

ClusterResourceId

The ARM resource id of the cluster that joins the Fleet. Must be a valid Azure resource id. e.g.: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{clusterName}'.

Group

The group this member belongs to for multi-cluster update management.

ProvisioningState

The status of the last operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FleetMemberProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FleetMemberProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetMemberProperties.

FromJsonString(String)

Creates a new instance of FleetMemberProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FleetMemberProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to