ResourceType(String) Constructor

Definition

Initializes a new instance of the ResourceType class.

public ResourceType (string resourceType);
new Azure.Core.ResourceType : string -> Azure.Core.ResourceType
Public Sub New (resourceType As String)

Parameters

resourceType
String

The resource type string to convert.

Applies to