azure.mgmt.planetarycomputer package
Submodules
- azure.mgmt.planetarycomputer.models module
AutoGeneratedDomainNameLabelScope
CatalogTier
CreatedByType
ErrorAdditionalInfo
ErrorDetail
ErrorResponse
GeoCatalog
GeoCatalogProperties
GeoCatalogUpdate
ManagedServiceIdentity
ManagedServiceIdentityType
ManagedServiceIdentityUpdate
ProvisioningState
Resource
SystemData
TrackedResource
UserAssignedIdentity
- azure.mgmt.planetarycomputer.operations module
Module contents
- class azure.mgmt.planetarycomputer.PlanetaryComputerMgmtClient(credential: TokenCredential, subscription_id: str, base_url: str | None = None, **kwargs: Any)[source]
Bases:
object
Microsoft Planetary Computer Pro Resource Provider management API.
- Variables:
geo_catalogs (azure.mgmt.planetarycomputer.operations.GeoCatalogsOperations) – GeoCatalogsOperations operations
- Parameters:
credential (TokenCredential) – Credential used to authenticate requests to the service. Required.
subscription_id (str) – The ID of the target subscription. The value must be an UUID. Required.
base_url (str) – Service host. Default value is None.
- Keyword Arguments:
- send_request(request: HttpRequest, *, stream: bool = False, **kwargs: Any) HttpResponse [source]
Runs the network request through the client’s chained policies.
>>> from azure.core.rest import HttpRequest >>> request = HttpRequest("GET", "https://www.example.org/") <HttpRequest [GET], url: 'https://www.example.org/'> >>> response = client.send_request(request) <HttpResponse: 200 OK>
For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request
- Parameters:
request (HttpRequest) – The network request you want to make. Required.
- Keyword Arguments:
stream (bool) – Whether the response payload will be streamed. Defaults to False.
- Returns:
The response of your network call. Does not do error handling on your response.
- Return type: