IFleetCredentialResult.Value 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.
Base64-encoded Kubernetes configuration file.
[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=false, Description="Base64-encoded Kubernetes configuration file.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)]
public byte[] Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=false, Description="Base64-encoded Kubernetes configuration file.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)>]
member this.Value : byte[]
Public ReadOnly Property Value As Byte()
Property Value
Byte[]
- Attributes