ArmComputeModelFactory.ComputePublicIPAddressSku Method

Definition

public static Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSku ComputePublicIPAddressSku(Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSkuName? name = default, Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSkuTier? tier = default);
static member ComputePublicIPAddressSku : Nullable<Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSkuName> * Nullable<Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSkuTier> -> Azure.ResourceManager.Compute.Models.ComputePublicIPAddressSku
Public Shared Function ComputePublicIPAddressSku (Optional name As Nullable(Of ComputePublicIPAddressSkuName) = Nothing, Optional tier As Nullable(Of ComputePublicIPAddressSkuTier) = Nothing) As ComputePublicIPAddressSku

Parameters

name
Nullable<ComputePublicIPAddressSkuName>

Specify public IP sku name.

tier
Nullable<ComputePublicIPAddressSkuTier>

Specify public IP sku tier.

Returns

A new ComputePublicIPAddressSku instance for mocking.

Applies to