次の方法で共有


IDaprComponent.Scope Property

Definition

Names of container apps that can use this Dapr component

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Names of container apps that can use this Dapr component", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scopes", Update=true)]
public System.Collections.Generic.List<string> Scope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Names of container apps that can use this Dapr component", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scopes", Update=true)>]
member this.Scope : System.Collections.Generic.List<string> with get, set
Public Property Scope As List(Of String)

Property Value

Attributes

Applies to