IFleetMemberProperties Interface
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.
[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) |