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


IFleetMemberProperties.ClusterResourceId Property

Definition

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}'.

[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="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}'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="clusterResourceId", Update=false)]
public string ClusterResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="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}'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="clusterResourceId", Update=false)>]
member this.ClusterResourceId : string with get, set
Public Property ClusterResourceId As String

Property Value

Attributes

Applies to