Share via


IService.ResourceType Property

Definition

ARM Resource types.

[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="ARM Resource types.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceTypes", Update=true)]
public System.Collections.Generic.List<string> ResourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="ARM Resource types.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceTypes", Update=true)>]
member this.ResourceType : System.Collections.Generic.List<string> with get, set
Public Property ResourceType As List(Of String)

Property Value

Attributes

Applies to