Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.ClusterProperties
Packages that use ClusterProperties
Package
Description
Package containing the inner data models for LogAnalytics.
-
Uses of ClusterProperties in com.azure.resourcemanager.loganalytics.fluent.models
Classes in com.azure.resourcemanager.loganalytics.fluent.models that implement interfaces with type arguments of type ClusterPropertiesMethods in com.azure.resourcemanager.loganalytics.fluent.models that return ClusterPropertiesModifier and TypeMethodDescriptionstatic ClusterPropertiesClusterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterProperties from the JsonReader.ClusterProperties.withAssociatedWorkspaces(List<AssociatedWorkspace> associatedWorkspaces) Set the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.ClusterProperties.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type.ClusterProperties.withCapacityReservationProperties(CapacityReservationProperties capacityReservationProperties) Set the capacityReservationProperties property: Additional properties for capacity reservation.ClusterProperties.withIsAvailabilityZonesEnabled(Boolean isAvailabilityZonesEnabled) Set the isAvailabilityZonesEnabled property: Sets whether the cluster will support availability zones.ClusterProperties.withIsDoubleEncryptionEnabled(Boolean isDoubleEncryptionEnabled) Set the isDoubleEncryptionEnabled property: Configures whether cluster will use double encryption.ClusterProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The associated key properties.ClusterProperties.withReplication(ClusterReplicationProperties replication) Set the replication property: Cluster's replication properties.