Share via


ResourceSku Class

  • java.lang.Object
    • com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ResourceSku

public class ResourceSku

Describes an EventGrid Resource Sku.

Constructor Summary

Constructor Description
ResourceSku()

Method Summary

Modifier and Type Method and Description
Sku name()

Get the Sku name of the resource.

ResourceSku withName(Sku name)

Set the Sku name of the resource.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResourceSku

public ResourceSku()

Method Details

name

public Sku name()

Get the Sku name of the resource. the possible values: Basic; Premium. Possible values include: 'Basic', 'Premium'.

Returns:

the name value

withName

public ResourceSku withName(Sku name)

Set the Sku name of the resource. the possible values: Basic; Premium. Possible values include: 'Basic', 'Premium'.

Parameters:

name - the name value to set

Returns:

the ResourceSku object itself.

Applies to