Uses of Class
com.azure.resourcemanager.loganalytics.models.KeyVaultProperties
Packages that use KeyVaultProperties
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of KeyVaultProperties in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return KeyVaultPropertiesModifier and TypeMethodDescriptionClusterInner.keyVaultProperties()Get the keyVaultProperties property: The associated key properties.ClusterPatchProperties.keyVaultProperties()Get the keyVaultProperties property: The associated key properties.ClusterProperties.keyVaultProperties()Get the keyVaultProperties property: The associated key properties.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type KeyVaultPropertiesModifier and TypeMethodDescriptionClusterInner.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The associated key properties.ClusterPatchProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The associated key properties.ClusterProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The associated key properties. -
Uses of KeyVaultProperties in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return KeyVaultPropertiesModifier and TypeMethodDescriptionCluster.keyVaultProperties()Gets the keyVaultProperties property: The associated key properties.ClusterPatch.keyVaultProperties()Get the keyVaultProperties property: The associated key properties.KeyVaultProperties.withKeyName(String keyName) Set the keyName property: The name of the key associated with the Log Analytics cluster.KeyVaultProperties.withKeyRsaSize(Integer keyRsaSize) Set the keyRsaSize property: Selected key minimum required size.KeyVaultProperties.withKeyVaultUri(String keyVaultUri) Set the keyVaultUri property: The Key Vault uri which holds they key associated with the Log Analytics cluster.KeyVaultProperties.withKeyVersion(String keyVersion) Set the keyVersion property: The version of the key associated with the Log Analytics cluster.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type KeyVaultPropertiesModifier and TypeMethodDescriptionCluster.DefinitionStages.WithKeyVaultProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Specifies the keyVaultProperties property: The associated key properties..Cluster.UpdateStages.WithKeyVaultProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Specifies the keyVaultProperties property: The associated key properties..ClusterPatch.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The associated key properties.