IKustoIdentity.ManagedPrivateEndpointName 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.
The name of the managed private endpoint.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the managed private endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="managedPrivateEndpointName")]
public string ManagedPrivateEndpointName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the managed private endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="managedPrivateEndpointName")>]
member this.ManagedPrivateEndpointName : string with get, set
Public Property ManagedPrivateEndpointName As String
Property Value
- Attributes