public class PolicySku extends Object
| Constructor and Description |
|---|
PolicySku() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name of the policy sku.
|
String |
tier()
Get the policy sku tier.
|
PolicySku |
withName(String name)
Set the name of the policy sku.
|
PolicySku |
withTier(String tier)
Set the policy sku tier.
|
public String name()
public PolicySku withName(String name)
name - the name value to setpublic String tier()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/