public class PublicIPAddressSku extends Object
| Constructor and Description |
|---|
PublicIPAddressSku() |
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddressSkuName |
name()
Get name of a public IP address SKU.
|
PublicIPAddressSku |
withName(PublicIPAddressSkuName name)
Set name of a public IP address SKU.
|
public PublicIPAddressSkuName name()
public PublicIPAddressSku withName(PublicIPAddressSkuName name)
name - the name value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/