ISolution.ContainedResource 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.
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