Class ConfigurationStoreUpdateParameters

java.lang.Object
com.azure.resourcemanager.appconfiguration.models.ConfigurationStoreUpdateParameters

public final class ConfigurationStoreUpdateParameters extends Object
The parameters for updating a configuration store.
  • Constructor Details

    • ConfigurationStoreUpdateParameters

      public ConfigurationStoreUpdateParameters()
  • Method Details

    • identity

      public ResourceIdentity identity()
      Get the identity property: The managed identity information for the configuration store.
      Returns:
      the identity value.
    • withIdentity

      public ConfigurationStoreUpdateParameters withIdentity(ResourceIdentity identity)
      Set the identity property: The managed identity information for the configuration store.
      Parameters:
      identity - the identity value to set.
      Returns:
      the ConfigurationStoreUpdateParameters object itself.
    • sku

      public Sku sku()
      Get the sku property: The SKU of the configuration store.
      Returns:
      the sku value.
    • withSku

      Set the sku property: The SKU of the configuration store.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ConfigurationStoreUpdateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: The ARM resource tags.
      Returns:
      the tags value.
    • withTags

      Set the tags property: The ARM resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ConfigurationStoreUpdateParameters object itself.
    • encryption

      public EncryptionProperties encryption()
      Get the encryption property: The encryption settings of the configuration store.
      Returns:
      the encryption value.
    • withEncryption

      public ConfigurationStoreUpdateParameters withEncryption(EncryptionProperties encryption)
      Set the encryption property: The encryption settings of the configuration store.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the ConfigurationStoreUpdateParameters object itself.
    • disableLocalAuth

      public Boolean disableLocalAuth()
      Get the disableLocalAuth property: Disables all authentication methods other than AAD authentication.
      Returns:
      the disableLocalAuth value.
    • withDisableLocalAuth

      public ConfigurationStoreUpdateParameters withDisableLocalAuth(Boolean disableLocalAuth)
      Set the disableLocalAuth property: Disables all authentication methods other than AAD authentication.
      Parameters:
      disableLocalAuth - the disableLocalAuth value to set.
      Returns:
      the ConfigurationStoreUpdateParameters object itself.
    • publicNetworkAccess

      public PublicNetworkAccess publicNetworkAccess()
      Get the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
      Returns:
      the publicNetworkAccess value.
    • withPublicNetworkAccess

      public ConfigurationStoreUpdateParameters withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Set the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
      Parameters:
      publicNetworkAccess - the publicNetworkAccess value to set.
      Returns:
      the ConfigurationStoreUpdateParameters object itself.
    • enablePurgeProtection

      public Boolean enablePurgeProtection()
      Get the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this configuration store.
      Returns:
      the enablePurgeProtection value.
    • withEnablePurgeProtection

      public ConfigurationStoreUpdateParameters withEnablePurgeProtection(Boolean enablePurgeProtection)
      Set the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this configuration store.
      Parameters:
      enablePurgeProtection - the enablePurgeProtection value to set.
      Returns:
      the ConfigurationStoreUpdateParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.