你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CheckSkuAvailabilityParameter Class

  • java.lang.Object
    • com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter

public class CheckSkuAvailabilityParameter

Check SKU availability parameter.

Constructor Summary

Constructor Description
CheckSkuAvailabilityParameter()

Method Summary

Modifier and Type Method and Description
Kind kind()

Get the kind value.

java.util.List<SkuName> skus()

Get the skus value.

java.lang.String type()

Get the type value.

CheckSkuAvailabilityParameter withKind(Kind kind)

Set the kind value.

CheckSkuAvailabilityParameter withSkus(List<SkuName> skus)

Set the skus value.

CheckSkuAvailabilityParameter withType(String type)

Set the type value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CheckSkuAvailabilityParameter

public CheckSkuAvailabilityParameter()

Method Details

kind

public Kind kind()

Get the kind value.

Returns:

the kind value

skus

public List<SkuName> skus()

Get the skus value.

Returns:

the skus value

type

public String type()

Get the type value.

Returns:

the type value

withKind

public CheckSkuAvailabilityParameter withKind(Kind kind)

Set the kind value.

Parameters:

kind - the kind value to set

Returns:

the CheckSkuAvailabilityParameter object itself.

withSkus

public CheckSkuAvailabilityParameter withSkus(List<SkuName> skus)

Set the skus value.

Parameters:

skus - the skus value to set

Returns:

the CheckSkuAvailabilityParameter object itself.

withType

public CheckSkuAvailabilityParameter withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the CheckSkuAvailabilityParameter object itself.

Applies to