ISolution.ContainedResource Property

Definition

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

[Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.Info(Description="The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="containedResources")]
public string[] ContainedResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.Info(Description="The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="containedResources")>]
member this.ContainedResource : string[] with get, set
Public Property ContainedResource As String()

Property Value

String[]
Attributes

Applies to