Alias Class
The alias type.
- Inheritance
-
Alias
Constructor
Alias(*, name: Optional[str] = None, paths: Optional[List[azure.mgmt.resource.resources.v2019_10_01.models._models_py3.AliasPath]] = None, type: Optional[Union[str, azure.mgmt.resource.resources.v2019_10_01.models._resource_management_client_enums.AliasType]] = None, default_path: Optional[str] = None, default_pattern: Optional[azure.mgmt.resource.resources.v2019_10_01.models._models_py3.AliasPattern] = None, **kwargs)
Variables
- name
- str
The alias name.
The type of the alias. Possible values include: "NotSpecified", "PlainText", "Mask".
- default_path
- str
The default path for an alias.
- default_pattern
- AliasPattern
The default pattern for an alias.
Feedback
Submit and view feedback for