IWithSku.WithSku(PublicIPSkuType) Method

Definition

Specifies the SKU for the IP address.

public Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate WithSku (Microsoft.Azure.Management.Network.Fluent.Models.PublicIPSkuType skuType);
abstract member WithSku : Microsoft.Azure.Management.Network.Fluent.Models.PublicIPSkuType -> Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate
Public Function WithSku (skuType As PublicIPSkuType) As IWithCreate

Parameters

skuType
PublicIPSkuType

The SKU type.

Returns

Applies to