ResourceBaseCmdlet.ResourceType Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The resource type. In the format ResourceProvider/type.", Mandatory=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string ResourceType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The resource type. In the format ResourceProvider/type.", Mandatory=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ResourceType : string with get, set
Public Property ResourceType As String

Property Value

Attributes

Applies to