azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

126 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku"
name: "PublicIpAddressSku"
nameWithType: "PublicIpAddressSku"
summary: "Describes the public IP Sku."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **PublicIpAddressSku**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSku?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSku&text=PublicIpAddressSku\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.PublicIpAddressSku()"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.PublicIpAddressSku()"
name: "PublicIpAddressSku()"
nameWithType: "PublicIpAddressSku.PublicIpAddressSku()"
summary: "Creates an instance of Public<wbr>IpAddress<wbr>Sku class."
syntax: "public PublicIpAddressSku()"
desc: "Creates an instance of PublicIpAddressSku class."
methods:
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "PublicIpAddressSku.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Public<wbr>IpAddress<wbr>Sku from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static PublicIpAddressSku fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the PublicIpAddressSku."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of PublicIpAddressSku from the JsonReader."
returns:
description: "An instance of PublicIpAddressSku if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSku?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSku&text=PublicIpAddressSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.name()"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.name()"
name: "name()"
nameWithType: "PublicIpAddressSku.name()"
summary: "Get the name property: Specify public IP sku name."
syntax: "public PublicIpAddressSkuName name()"
desc: "Get the name property: Specify public IP sku name."
returns:
description: "the name value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSkuName?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSkuName&text=PublicIpAddressSkuName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.tier()"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.tier()"
name: "tier()"
nameWithType: "PublicIpAddressSku.tier()"
summary: "Get the tier property: Specify public IP sku tier."
syntax: "public PublicIpAddressSkuTier tier()"
desc: "Get the tier property: Specify public IP sku tier."
returns:
description: "the tier value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSkuTier?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSkuTier&text=PublicIpAddressSkuTier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "PublicIpAddressSku.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.validate()"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.validate()"
name: "validate()"
nameWithType: "PublicIpAddressSku.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.withName(com.azure.resourcemanager.compute.models.PublicIpAddressSkuName)"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.withName(PublicIpAddressSkuName name)"
name: "withName(PublicIpAddressSkuName name)"
nameWithType: "PublicIpAddressSku.withName(PublicIpAddressSkuName name)"
summary: "Set the name property: Specify public IP sku name."
parameters:
- description: "the name value to set."
name: "name"
type: "<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSkuName?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSkuName&text=PublicIpAddressSkuName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PublicIpAddressSku withName(PublicIpAddressSkuName name)"
desc: "Set the name property: Specify public IP sku name."
returns:
description: "the PublicIpAddressSku object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSku?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSku&text=PublicIpAddressSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.withTier(com.azure.resourcemanager.compute.models.PublicIpAddressSkuTier)"
fullName: "com.azure.resourcemanager.compute.models.PublicIpAddressSku.withTier(PublicIpAddressSkuTier tier)"
name: "withTier(PublicIpAddressSkuTier tier)"
nameWithType: "PublicIpAddressSku.withTier(PublicIpAddressSkuTier tier)"
summary: "Set the tier property: Specify public IP sku tier."
parameters:
- description: "the tier value to set."
name: "tier"
type: "<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSkuTier?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSkuTier&text=PublicIpAddressSkuTier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PublicIpAddressSku withTier(PublicIpAddressSkuTier tier)"
desc: "Set the tier property: Specify public IP sku tier."
returns:
description: "the PublicIpAddressSku object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSku?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSku&text=PublicIpAddressSku\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.compute.models.PublicIpAddressSku?alt=com.azure.resourcemanager.compute.models.PublicIpAddressSku&text=PublicIpAddressSku\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.42.0