IResourceSettings.ResourceType 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 resource type. For example, the value can be Microsoft.Compute/virtualMachines.
[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="The resource type. For example, the value can be Microsoft.Compute/virtualMachines.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="resourceType")]
public string ResourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="The resource type. For example, the value can be Microsoft.Compute/virtualMachines.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="resourceType")>]
member this.ResourceType : string with get, set
Public Property ResourceType As String
Property Value
- Attributes