Class ConfigurationStorePropertiesUpdateParameters

java.lang.Object
com.azure.resourcemanager.appconfiguration.fluent.models.ConfigurationStorePropertiesUpdateParameters

public final class ConfigurationStorePropertiesUpdateParameters extends Object
The properties for updating a configuration store.
  • Constructor Details

    • ConfigurationStorePropertiesUpdateParameters

      public ConfigurationStorePropertiesUpdateParameters()
  • Method Details

    • encryption

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

      Set the encryption property: The encryption settings of the configuration store.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the ConfigurationStorePropertiesUpdateParameters object itself.
    • disableLocalAuth

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

      public ConfigurationStorePropertiesUpdateParameters withDisableLocalAuth(Boolean disableLocalAuth)
      Set the disableLocalAuth property: Disables all authentication methods other than AAD authentication.
      Parameters:
      disableLocalAuth - the disableLocalAuth value to set.
      Returns:
      the ConfigurationStorePropertiesUpdateParameters 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 ConfigurationStorePropertiesUpdateParameters 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 ConfigurationStorePropertiesUpdateParameters 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 ConfigurationStorePropertiesUpdateParameters 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 ConfigurationStorePropertiesUpdateParameters object itself.
    • validate

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