Share via


GenericResource.DefinitionStages.WithResourceType Interface

public static interface GenericResource.DefinitionStages.WithResourceType

A generic resource definition allowing resource type to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithProviderNamespace withResourceType(String resourceType)

Specifies the resource's type.

Method Details

withResourceType

public abstract GenericResource.DefinitionStages.WithProviderNamespace withResourceType(String resourceType)

Specifies the resource's type.

Parameters:

resourceType - the type of the resources

Returns:

the next stage of generic resource definition

Applies to