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

165 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch"
name: "ClusterPatch"
nameWithType: "ClusterPatch"
summary: "The top level Log Analytics cluster resource container."
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 **ClusterPatch**"
constructors:
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.ClusterPatch()"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.ClusterPatch()"
name: "ClusterPatch()"
nameWithType: "ClusterPatch.ClusterPatch()"
summary: "Creates an instance of Cluster<wbr>Patch class."
syntax: "public ClusterPatch()"
desc: "Creates an instance of ClusterPatch class."
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.billingType()"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.billingType()"
name: "billingType()"
nameWithType: "ClusterPatch.billingType()"
summary: "Get the billing<wbr>Type property: The cluster's billing type."
syntax: "public BillingType billingType()"
desc: "Get the billingType property: The cluster's billing type."
returns:
description: "the billingType value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.BillingType?alt=com.azure.resourcemanager.loganalytics.models.BillingType&text=BillingType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.identity()"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.identity()"
name: "identity()"
nameWithType: "ClusterPatch.identity()"
summary: "Get the identity property: The identity of the resource."
syntax: "public Identity identity()"
desc: "Get the identity property: The identity of the resource."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Identity?alt=com.azure.resourcemanager.loganalytics.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.keyVaultProperties()"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.keyVaultProperties()"
name: "keyVaultProperties()"
nameWithType: "ClusterPatch.keyVaultProperties()"
summary: "Get the key<wbr>Vault<wbr>Properties property: The associated key properties."
syntax: "public KeyVaultProperties keyVaultProperties()"
desc: "Get the keyVaultProperties property: The associated key properties."
returns:
description: "the keyVaultProperties value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.KeyVaultProperties?alt=com.azure.resourcemanager.loganalytics.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.sku()"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.sku()"
name: "sku()"
nameWithType: "ClusterPatch.sku()"
summary: "Get the sku property: The sku properties."
syntax: "public ClusterSku sku()"
desc: "Get the sku property: The sku properties."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterSku?alt=com.azure.resourcemanager.loganalytics.models.ClusterSku&text=ClusterSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.tags()"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.tags()"
name: "tags()"
nameWithType: "ClusterPatch.tags()"
summary: "Get the tags property: Resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.validate()"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.validate()"
name: "validate()"
nameWithType: "ClusterPatch.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withBillingType(com.azure.resourcemanager.loganalytics.models.BillingType)"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withBillingType(BillingType billingType)"
name: "withBillingType(BillingType billingType)"
nameWithType: "ClusterPatch.withBillingType(BillingType billingType)"
summary: "Set the billing<wbr>Type property: The cluster's billing type."
parameters:
- description: "the billingType value to set."
name: "billingType"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.BillingType?alt=com.azure.resourcemanager.loganalytics.models.BillingType&text=BillingType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterPatch withBillingType(BillingType billingType)"
desc: "Set the billingType property: The cluster's billing type."
returns:
description: "the ClusterPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterPatch?alt=com.azure.resourcemanager.loganalytics.models.ClusterPatch&text=ClusterPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withIdentity(com.azure.resourcemanager.loganalytics.models.Identity)"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withIdentity(Identity identity)"
name: "withIdentity(Identity identity)"
nameWithType: "ClusterPatch.withIdentity(Identity identity)"
summary: "Set the identity property: The identity of the resource."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Identity?alt=com.azure.resourcemanager.loganalytics.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterPatch withIdentity(Identity identity)"
desc: "Set the identity property: The identity of the resource."
returns:
description: "the ClusterPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterPatch?alt=com.azure.resourcemanager.loganalytics.models.ClusterPatch&text=ClusterPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withKeyVaultProperties(com.azure.resourcemanager.loganalytics.models.KeyVaultProperties)"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
name: "withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
nameWithType: "ClusterPatch.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
summary: "Set the key<wbr>Vault<wbr>Properties property: The associated key properties."
parameters:
- description: "the keyVaultProperties value to set."
name: "keyVaultProperties"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.KeyVaultProperties?alt=com.azure.resourcemanager.loganalytics.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterPatch withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
desc: "Set the keyVaultProperties property: The associated key properties."
returns:
description: "the ClusterPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterPatch?alt=com.azure.resourcemanager.loganalytics.models.ClusterPatch&text=ClusterPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withSku(com.azure.resourcemanager.loganalytics.models.ClusterSku)"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withSku(ClusterSku sku)"
name: "withSku(ClusterSku sku)"
nameWithType: "ClusterPatch.withSku(ClusterSku sku)"
summary: "Set the sku property: The sku properties."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterSku?alt=com.azure.resourcemanager.loganalytics.models.ClusterSku&text=ClusterSku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterPatch withSku(ClusterSku sku)"
desc: "Set the sku property: The sku properties."
returns:
description: "the ClusterPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterPatch?alt=com.azure.resourcemanager.loganalytics.models.ClusterPatch&text=ClusterPatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.loganalytics.models.ClusterPatch.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ClusterPatch.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ClusterPatch withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
description: "the ClusterPatch object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterPatch?alt=com.azure.resourcemanager.loganalytics.models.ClusterPatch&text=ClusterPatch\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The top level Log Analytics cluster resource container."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0