Solution.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.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Origin(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.PropertyOrigin.Inlined)]
public string[] ContainedResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Origin(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.PropertyOrigin.Inlined)>]
member this.ContainedResource : string[] with get, set
Public Property ContainedResource As String()
Property Value
String[]
Implements
- Attributes