ServiceFabricSettingsCmdletBase.SettingsSectionDescription 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.
[System.Management.Automation.Parameter(HelpMessage="An array of fabric settings", Mandatory=true, ParameterSetName="BatchSettings", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[] SettingsSectionDescription { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="An array of fabric settings", Mandatory=true, ParameterSetName="BatchSettings", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.SettingsSectionDescription : Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[] with get, set
Public Property SettingsSectionDescription As PSSettingsSectionDescription()
Property Value
- Attributes