Service Class
Object that represents a Service resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.support._serialization.ModelService
Constructor
Service(*, display_name: str | None = None, resource_types: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
display_name
|
Localized name of the Azure service. |
resource_types
|
ARM Resource types. |
Variables
Name | Description |
---|---|
id
|
Id of the resource. |
name
|
Name of the resource. |
type
|
Type of the resource 'Microsoft.Support/services'. |
display_name
|
Localized name of the Azure service. |
resource_types
|
ARM Resource types. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python