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