Condividi tramite


IFleetMemberProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to