69 строки
4.0 KiB
YAML
69 строки
4.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.datadog.models.ResourceSku"
|
|
fullName: "com.azure.resourcemanager.datadog.models.ResourceSku"
|
|
name: "ResourceSku"
|
|
nameWithType: "ResourceSku"
|
|
summary: "The Resource<wbr>Sku model."
|
|
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 **ResourceSku**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.datadog.models.ResourceSku.ResourceSku()"
|
|
fullName: "com.azure.resourcemanager.datadog.models.ResourceSku.ResourceSku()"
|
|
name: "ResourceSku()"
|
|
nameWithType: "ResourceSku.ResourceSku()"
|
|
summary: "Creates an instance of Resource<wbr>Sku class."
|
|
syntax: "public ResourceSku()"
|
|
desc: "Creates an instance of ResourceSku class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.datadog.models.ResourceSku.name()"
|
|
fullName: "com.azure.resourcemanager.datadog.models.ResourceSku.name()"
|
|
name: "name()"
|
|
nameWithType: "ResourceSku.name()"
|
|
summary: "Get the name property: Name of the SKU in \\{Plan<wbr>Id\\} format."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Name of the SKU in \\{PlanId\\} format. For Terraform, the only allowed value is 'linking'."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.datadog.models.ResourceSku.validate()"
|
|
fullName: "com.azure.resourcemanager.datadog.models.ResourceSku.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ResourceSku.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.datadog.models.ResourceSku.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.datadog.models.ResourceSku.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ResourceSku.withName(String name)"
|
|
summary: "Set the name property: Name of the SKU in \\{Plan<wbr>Id\\} format."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ResourceSku withName(String name)"
|
|
desc: "Set the name property: Name of the SKU in \\{PlanId\\} format. For Terraform, the only allowed value is 'linking'."
|
|
returns:
|
|
description: "the ResourceSku object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.datadog.models.ResourceSku?alt=com.azure.resourcemanager.datadog.models.ResourceSku&text=ResourceSku\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The ResourceSku model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.datadog.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0
|