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.Model
Service

Constructor

Service(*, display_name: str | None = None, resource_types: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
display_name
str

Localized name of the Azure service.

resource_types

ARM Resource types.

Variables

Name Description
id
str

Id of the resource.

name
str

Name of the resource.

type
str

Type of the resource 'Microsoft.Support/services'.

display_name
str

Localized name of the Azure service.

resource_types

ARM Resource types.