ResourceManipulationCmdletBase.ExtensionResourceName 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.
Gets or sets the extension resource name parameter.
[System.Management.Automation.Parameter(HelpMessage="The extension resource name. e.g. to specify a database MyServer/MyDatabase.", Mandatory=false, ParameterSetName="BySubscriptionLevel", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The extension resource name. e.g. to specify a database MyServer/MyDatabase.", Mandatory=false, ParameterSetName="ByTenantLevel", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string ExtensionResourceName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The extension resource name. e.g. to specify a database MyServer/MyDatabase.", Mandatory=false, ParameterSetName="BySubscriptionLevel", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The extension resource name. e.g. to specify a database MyServer/MyDatabase.", Mandatory=false, ParameterSetName="ByTenantLevel", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ExtensionResourceName : string with get, set
Public Property ExtensionResourceName As String
Property Value
- Attributes