ConfigurationStoreUpdateParameters Class
The parameters for updating a configuration store.
- Inheritance
-
ConfigurationStoreUpdateParameters
Constructor
ConfigurationStoreUpdateParameters(*, identity: Optional[azure.mgmt.appconfiguration.models._models_py3.ResourceIdentity] = None, sku: Optional[azure.mgmt.appconfiguration.models._models_py3.Sku] = None, tags: Optional[Dict[str, str]] = None, encryption: Optional[azure.mgmt.appconfiguration.models._models_py3.EncryptionProperties] = None, disable_local_auth: Optional[bool] = None, public_network_access: Optional[Union[str, azure.mgmt.appconfiguration.models._app_configuration_management_client_enums.PublicNetworkAccess]] = None, enable_purge_protection: Optional[bool] = None, **kwargs)
Variables
- identity
- ResourceIdentity
The managed identity information for the configuration store.
- sku
- Sku
The SKU of the configuration store.
- encryption
- EncryptionProperties
The encryption settings of the configuration store.
- disable_local_auth
- bool
Disables all authentication methods other than AAD authentication.
- public_network_access
- str or PublicNetworkAccess
Control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: "Enabled", "Disabled".
- enable_purge_protection
- bool
Property specifying whether protection against purge is enabled for this configuration store.
Feedback
Submit and view feedback for