azure.mgmt.devopsinfrastructure package¶
Submodules¶
- azure.mgmt.devopsinfrastructure.models module
AgentProfileAutomaticResourcePredictionsProfileAzureDevOpsOrganizationProfileAzureDevOpsPermissionProfileAzureDevOpsPermissionTypeCachingTypeCreatedByTypeDataDiskDevOpsAzureSkuErrorAdditionalInfoErrorDetailErrorResponseFabricProfileGitHubOrganizationGitHubOrganizationProfileImageVersionImageVersionPropertiesLogonTypeManagedServiceIdentityManagedServiceIdentityTypeManualResourcePredictionsProfileNetworkProfileOrganizationOrganizationProfileOsDiskStorageAccountTypeOsProfilePoolPoolImagePoolPropertiesPoolUpdatePoolUpdatePropertiesPredictionPreferenceProvisioningStateProxyResourceQuotaQuotaNameResourceResourceDetailsObjectResourceDetailsObjectPropertiesResourcePredictionsResourcePredictionsProfileResourcePredictionsProfileTypeResourceSkuResourceSkuCapabilitiesResourceSkuLocationInfoResourceSkuPropertiesResourceSkuRestrictionInfoResourceSkuRestrictionsResourceSkuRestrictionsReasonCodeResourceSkuRestrictionsTypeResourceSkuZoneDetailsResourceStatusSecretsManagementSettingsStatefulStatelessAgentProfileStorageAccountTypeStorageProfileSystemDataTrackedResourceUserAssignedIdentityVmssFabricProfile
- azure.mgmt.devopsinfrastructure.operations module
Module contents¶
- class azure.mgmt.devopsinfrastructure.DevOpsInfrastructureMgmtClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]¶
Bases:
objectDevOpsInfrastructureMgmtClient.
- Variables:
operations (azure.mgmt.devopsinfrastructure.operations.Operations) – Operations operations
pools (azure.mgmt.devopsinfrastructure.operations.PoolsOperations) – PoolsOperations operations
resource_details (azure.mgmt.devopsinfrastructure.operations.ResourceDetailsOperations) – ResourceDetailsOperations operations
sku (azure.mgmt.devopsinfrastructure.operations.SkuOperations) – SkuOperations operations
subscription_usages (azure.mgmt.devopsinfrastructure.operations.SubscriptionUsagesOperations) – SubscriptionUsagesOperations operations
image_versions (azure.mgmt.devopsinfrastructure.operations.ImageVersionsOperations) – ImageVersionsOperations 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 “https://management.azure.com”.
- 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: