Share via


ICustomProvidersIdentity.Scope Property

Definition

The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Compute/virtualMachines/{vm-name}' for a virtual machine resource.

[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The scope of the association.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scope")]
public string Scope { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Compute/virtualMachines/{vm-name}' for a virtual machine resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scope")]
public string Scope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The scope of the association.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scope")>]
member this.Scope : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Compute/virtualMachines/{vm-name}' for a virtual machine resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scope")>]
member this.Scope : string with get, set
Public Property Scope As String

Property Value

Attributes

Applies to