ResourceSku Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. ResourceSku
- com.
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. |
|
Resource |
withName(Sku name)
Set the Sku name of the resource. |
Methods inherited from java.lang.Object
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:
withName
public ResourceSku withName(Sku name)
Set the Sku name of the resource. the possible values: Basic; Premium. Possible values include: 'Basic', 'Premium'.
Parameters:
Returns: