IConnectedClusterProperties.PrivateLinkScopeResourceId Property
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.
This is populated only if privateLinkState is enabled. The resource id of the private link scope this connected cluster is assigned to, if any.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="This is populated only if privateLinkState is enabled. The resource id of the private link scope this connected cluster is assigned to, if any.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="privateLinkScopeResourceId")]
public string PrivateLinkScopeResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="This is populated only if privateLinkState is enabled. The resource id of the private link scope this connected cluster is assigned to, if any.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="privateLinkScopeResourceId")>]
member this.PrivateLinkScopeResourceId : string with get, set
Public Property PrivateLinkScopeResourceId As String
Property Value
- Attributes