UpdateAzCustomLocation_UpdateExpanded.AuthenticationValue 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.
[Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Category(new Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Runtime.Info(Description="The kubeconfig value.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="value")]
[System.Management.Automation.Parameter(HelpMessage="The kubeconfig value.", Mandatory=false)]
public string AuthenticationValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Category(new Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Runtime.Info(Description="The kubeconfig value.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="value")>]
[<System.Management.Automation.Parameter(HelpMessage="The kubeconfig value.", Mandatory=false)>]
member this.AuthenticationValue : string with get, set
Public Property AuthenticationValue As String
Property Value
- Attributes