IResourceSettings.ResourceType Property

Definition

The resource type. For example, the value can be Microsoft.Compute/virtualMachines.

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

Property Value

Attributes

Applies to