IWithResourceType.WithResourceType(String) Method

Definition

Specifies the resource's type.

public Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithProviderNamespace WithResourceType (string resourceType);
abstract member WithResourceType : string -> Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithProviderNamespace
Public Function WithResourceType (resourceType As String) As IWithProviderNamespace

Parameters

resourceType
String

resourceType the type of the resources

Returns

the next stage of generic resource definition

Applies to