IExtension.ManagedBy Property

Definition

Indicates if the extension is managed by azure or the user.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Azure", "User" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Indicates if the extension is managed by azure or the user.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="managedBy", Update=false)]
public string ManagedBy { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Azure", "User" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Indicates if the extension is managed by azure or the user.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="managedBy", Update=false)>]
member this.ManagedBy : string
Public ReadOnly Property ManagedBy As String

Property Value

Attributes

Applies to