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

69 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.frontdoor.models.Sku"
fullName: "com.azure.resourcemanager.frontdoor.models.Sku"
name: "Sku"
nameWithType: "Sku"
summary: "The pricing tier of the web application firewall policy."
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 **Sku**"
constructors:
- uid: "com.azure.resourcemanager.frontdoor.models.Sku.Sku()"
fullName: "com.azure.resourcemanager.frontdoor.models.Sku.Sku()"
name: "Sku()"
nameWithType: "Sku.Sku()"
summary: "Creates an instance of Sku class."
syntax: "public Sku()"
desc: "Creates an instance of Sku class."
methods:
- uid: "com.azure.resourcemanager.frontdoor.models.Sku.name()"
fullName: "com.azure.resourcemanager.frontdoor.models.Sku.name()"
name: "name()"
nameWithType: "Sku.name()"
summary: "Get the name property: Name of the pricing tier."
syntax: "public SkuName name()"
desc: "Get the name property: Name of the pricing tier."
returns:
description: "the name value."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.SkuName?alt=com.azure.resourcemanager.frontdoor.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.models.Sku.validate()"
fullName: "com.azure.resourcemanager.frontdoor.models.Sku.validate()"
name: "validate()"
nameWithType: "Sku.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.frontdoor.models.Sku.withName(com.azure.resourcemanager.frontdoor.models.SkuName)"
fullName: "com.azure.resourcemanager.frontdoor.models.Sku.withName(SkuName name)"
name: "withName(SkuName name)"
nameWithType: "Sku.withName(SkuName name)"
summary: "Set the name property: Name of the pricing tier."
parameters:
- description: "the name value to set."
name: "name"
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.SkuName?alt=com.azure.resourcemanager.frontdoor.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withName(SkuName name)"
desc: "Set the name property: Name of the pricing tier."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.Sku?alt=com.azure.resourcemanager.frontdoor.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The pricing tier of the web application firewall policy."
metadata: {}
package: "com.azure.resourcemanager.frontdoor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0