ApiResourceGeneralInformation Class
The API general information.
- Inheritance
-
msrest.serialization.ModelApiResourceGeneralInformation
Constructor
ApiResourceGeneralInformation(*, icon_url: str | None = None, display_name: str | None = None, description: str | None = None, terms_of_use_url: str | None = None, release_tag: str | None = None, tier: str | ApiTier | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
icon_url
|
The icon url. |
display_name
|
The display name. |
description
|
The description. |
terms_of_use_url
|
The terms of use url. |
release_tag
|
The release tag. |
tier
|
The tier. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium". |
Variables
Name | Description |
---|---|
icon_url
|
The icon url. |
display_name
|
The display name. |
description
|
The description. |
terms_of_use_url
|
The terms of use url. |
release_tag
|
The release tag. |
tier
|
The tier. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium". |
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