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

306 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.Cluster"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster"
name: "Cluster"
nameWithType: "Cluster"
summary: "An immutable client-side representation of Cluster."
syntax: "public interface **Cluster**"
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.associatedWorkspaces()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.associatedWorkspaces()"
name: "associatedWorkspaces()"
nameWithType: "Cluster.associatedWorkspaces()"
summary: "Gets the associated<wbr>Workspaces property: The list of Log Analytics workspaces associated with the cluster."
modifiers:
- "abstract"
syntax: "public abstract List<AssociatedWorkspace> associatedWorkspaces()"
desc: "Gets the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster."
returns:
description: "the associatedWorkspaces value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.AssociatedWorkspace?alt=com.azure.resourcemanager.loganalytics.models.AssociatedWorkspace&text=AssociatedWorkspace\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.billingType()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.billingType()"
name: "billingType()"
nameWithType: "Cluster.billingType()"
summary: "Gets the billing<wbr>Type property: The cluster's billing type."
modifiers:
- "abstract"
syntax: "public abstract BillingType billingType()"
desc: "Gets 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.Cluster.capacityReservationProperties()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.capacityReservationProperties()"
name: "capacityReservationProperties()"
nameWithType: "Cluster.capacityReservationProperties()"
summary: "Gets the capacity<wbr>Reservation<wbr>Properties property: Additional properties for capacity reservation."
modifiers:
- "abstract"
syntax: "public abstract CapacityReservationProperties capacityReservationProperties()"
desc: "Gets the capacityReservationProperties property: Additional properties for capacity reservation."
returns:
description: "the capacityReservationProperties value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.CapacityReservationProperties?alt=com.azure.resourcemanager.loganalytics.models.CapacityReservationProperties&text=CapacityReservationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.clusterId()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.clusterId()"
name: "clusterId()"
nameWithType: "Cluster.clusterId()"
summary: "Gets the cluster<wbr>Id property: The ID associated with the cluster."
modifiers:
- "abstract"
syntax: "public abstract String clusterId()"
desc: "Gets the clusterId property: The ID associated with the cluster."
returns:
description: "the clusterId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.createdDate()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.createdDate()"
name: "createdDate()"
nameWithType: "Cluster.createdDate()"
summary: "Gets the created<wbr>Date property: The cluster creation time."
modifiers:
- "abstract"
syntax: "public abstract String createdDate()"
desc: "Gets the createdDate property: The cluster creation time."
returns:
description: "the createdDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.id()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.id()"
name: "id()"
nameWithType: "Cluster.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.identity()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.identity()"
name: "identity()"
nameWithType: "Cluster.identity()"
summary: "Gets the identity property: The identity of the resource."
modifiers:
- "abstract"
syntax: "public abstract Identity identity()"
desc: "Gets 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.Cluster.innerModel()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.innerModel()"
name: "innerModel()"
nameWithType: "Cluster.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>loganalytics.<wbr>fluent.<wbr>models.<wbr>Cluster<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ClusterInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.ClusterInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.ClusterInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.isAvailabilityZonesEnabled()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.isAvailabilityZonesEnabled()"
name: "isAvailabilityZonesEnabled()"
nameWithType: "Cluster.isAvailabilityZonesEnabled()"
summary: "Gets the is<wbr>Availability<wbr>Zones<wbr>Enabled property: Sets whether the cluster will support availability zones."
modifiers:
- "abstract"
syntax: "public abstract Boolean isAvailabilityZonesEnabled()"
desc: "Gets the isAvailabilityZonesEnabled property: Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones."
returns:
description: "the isAvailabilityZonesEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.isDoubleEncryptionEnabled()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.isDoubleEncryptionEnabled()"
name: "isDoubleEncryptionEnabled()"
nameWithType: "Cluster.isDoubleEncryptionEnabled()"
summary: "Gets the is<wbr>Double<wbr>Encryption<wbr>Enabled property: Configures whether cluster will use double encryption."
modifiers:
- "abstract"
syntax: "public abstract Boolean isDoubleEncryptionEnabled()"
desc: "Gets the isDoubleEncryptionEnabled property: Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'."
returns:
description: "the isDoubleEncryptionEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.keyVaultProperties()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.keyVaultProperties()"
name: "keyVaultProperties()"
nameWithType: "Cluster.keyVaultProperties()"
summary: "Gets the key<wbr>Vault<wbr>Properties property: The associated key properties."
modifiers:
- "abstract"
syntax: "public abstract KeyVaultProperties keyVaultProperties()"
desc: "Gets 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.Cluster.lastModifiedDate()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.lastModifiedDate()"
name: "lastModifiedDate()"
nameWithType: "Cluster.lastModifiedDate()"
summary: "Gets the last<wbr>Modified<wbr>Date property: The last time the cluster was updated."
modifiers:
- "abstract"
syntax: "public abstract String lastModifiedDate()"
desc: "Gets the lastModifiedDate property: The last time the cluster was updated."
returns:
description: "the lastModifiedDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.location()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.location()"
name: "location()"
nameWithType: "Cluster.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.name()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.name()"
name: "name()"
nameWithType: "Cluster.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
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.loganalytics.models.Cluster.provisioningState()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.provisioningState()"
name: "provisioningState()"
nameWithType: "Cluster.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning state of the cluster."
modifiers:
- "abstract"
syntax: "public abstract ClusterEntityStatus provisioningState()"
desc: "Gets the provisioningState property: The provisioning state of the cluster."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ClusterEntityStatus?alt=com.azure.resourcemanager.loganalytics.models.ClusterEntityStatus&text=ClusterEntityStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.refresh()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.refresh()"
name: "refresh()"
nameWithType: "Cluster.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Cluster refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Cluster?alt=com.azure.resourcemanager.loganalytics.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Cluster.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Cluster refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Cluster?alt=com.azure.resourcemanager.loganalytics.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.region()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.region()"
name: "region()"
nameWithType: "Cluster.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.regionName()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.regionName()"
name: "regionName()"
nameWithType: "Cluster.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.resourceGroupName()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Cluster.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.sku()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.sku()"
name: "sku()"
nameWithType: "Cluster.sku()"
summary: "Gets the sku property: The sku properties."
modifiers:
- "abstract"
syntax: "public abstract ClusterSku sku()"
desc: "Gets 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.Cluster.tags()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.tags()"
name: "tags()"
nameWithType: "Cluster.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets 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.Cluster.type()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.type()"
name: "type()"
nameWithType: "Cluster.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Cluster.update()"
fullName: "com.azure.resourcemanager.loganalytics.models.Cluster.update()"
name: "update()"
nameWithType: "Cluster.update()"
summary: "Begins update for the Cluster resource."
modifiers:
- "abstract"
syntax: "public abstract Cluster.Update update()"
desc: "Begins update for the Cluster resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Cluster.Update?alt=com.azure.resourcemanager.loganalytics.models.Cluster.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Cluster."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0