TenantResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the operations that can be performed over a specific subscription.
public class TenantResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.TenantData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.TenantData>
public class TenantResource : Azure.ResourceManager.ArmResource
type TenantResource = class
inherit ArmResource
interface IJsonModel<TenantData>
interface IPersistableModel<TenantData>
type TenantResource = class
inherit ArmResource
Public Class TenantResource
Inherits ArmResource
Implements IJsonModel(Of TenantData), IPersistableModel(Of TenantData)
Public Class TenantResource
Inherits ArmResource
- Inheritance
- Implements
Constructors
TenantResource() |
Initializes a new instance of the TenantResource class for mocking. |
Fields
ResourceType |
Gets the resource type for the operations. |
Properties
Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmResource) |
Data |
Gets the data representing this Feature. |
Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmResource) |
Endpoint |
Gets the base uri for this resource client. (Inherited from ArmResource) |
HasData |
Gets whether or not the current instance has data. |
Id |
Gets the resource identifier. (Inherited from ArmResource) |
Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmResource) |
Methods
CanUseTagResource(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
CanUseTagResourceAsync(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
GetAvailableLocations(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
GetAvailableLocationsAsync(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
GetDataPolicyManifest(String, CancellationToken) |
This operation retrieves the data policy manifest with the given policy mode.
|
GetDataPolicyManifestAsync(String, CancellationToken) |
This operation retrieves the data policy manifest with the given policy mode.
|
GetDataPolicyManifests() |
Gets a collection of DataPolicyManifestResources in the Tenant. |
GetGenericResource(ResourceIdentifier, CancellationToken) |
Gets a resource by ID.
|
GetGenericResourceAsync(ResourceIdentifier, CancellationToken) |
Gets a resource by ID.
|
GetGenericResources() |
Gets a collection of GenericResources in the Tenant. |
GetManagementGroup(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken) |
Get the details of the management group.
|
GetManagementGroupAsync(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken) |
Get the details of the management group.
|
GetManagementGroups() |
Gets a collection of ManagementGroupResources in the TenantResource. |
GetManagementLock(String, CancellationToken) |
Get a management lock by scope.
|
GetManagementLockAsync(String, CancellationToken) |
Get a management lock by scope.
|
GetManagementLocks() |
Gets a collection of ManagementLockResources in the ArmResource. (Inherited from ArmResource) |
GetPolicyAssignment(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
GetPolicyAssignmentAsync(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
GetPolicyAssignments() |
Gets a collection of PolicyAssignmentResources in the ArmResource. (Inherited from ArmResource) |
GetSubscription(String, CancellationToken) |
Gets details about a specified subscription.
|
GetSubscriptionAsync(String, CancellationToken) |
Gets details about a specified subscription.
|
GetSubscriptions() |
Gets a collection of SubscriptionResources in the Tenant. |
GetTagResource() |
Gets an object representing a TagResource along with the instance operations that can be performed on it in the ArmResource. (Inherited from ArmResource) |
GetTenantPolicyDefinition(String, CancellationToken) |
This operation retrieves the built-in policy definition with the given name.
|
GetTenantPolicyDefinitionAsync(String, CancellationToken) |
This operation retrieves the built-in policy definition with the given name.
|
GetTenantPolicyDefinitions() |
Gets a collection of TenantPolicyDefinitionResources in the Tenant. |
GetTenantPolicySetDefinition(String, CancellationToken) |
This operation retrieves the built-in policy set definition with the given name.
|
GetTenantPolicySetDefinitionAsync(String, CancellationToken) |
This operation retrieves the built-in policy set definition with the given name.
|
GetTenantPolicySetDefinitions() |
Gets a collection of TenantPolicySetDefinitionResources in the Tenant. |
GetTenantResourceProvider(String, String, CancellationToken) |
Gets the specified resource provider at the tenant level.
|
GetTenantResourceProviderAsync(String, String, CancellationToken) |
Gets the specified resource provider at the tenant level.
|
GetTenantResourceProviders(String, CancellationToken) |
Gets all resource providers for the tenant.
|
GetTenantResourceProvidersAsync(String, CancellationToken) |
Gets all resource providers for the tenant.
|
TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmResource) |
Explicit Interface Implementations
IJsonModel<TenantData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TenantData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TenantData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TenantData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TenantData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Extension Methods
GetMetadataEntities(TenantResource) |
Gets a collection of MetadataEntityResources in the TenantResource. MockingTo mock this method, please mock GetMetadataEntities() instead. |
GetMetadataEntity(TenantResource, String, CancellationToken) |
Gets the metadata entity.
|
GetMetadataEntityAsync(TenantResource, String, CancellationToken) |
Gets the metadata entity.
|
GetFarmBeatsExtension(TenantResource, String, CancellationToken) |
Get farmBeats extension.
|
GetFarmBeatsExtensionAsync(TenantResource, String, CancellationToken) |
Get farmBeats extension.
|
GetFarmBeatsExtensions(TenantResource) |
Gets a collection of FarmBeatsExtensionResources in the TenantResource. MockingTo mock this method, please mock GetFarmBeatsExtensions() instead. |
GetServiceAlertMetadata(TenantResource, RetrievedInformationIdentifier, CancellationToken) |
List alerts meta data information based on value of identifier parameter.
|
GetServiceAlertMetadataAsync(TenantResource, RetrievedInformationIdentifier, CancellationToken) |
List alerts meta data information based on value of identifier parameter.
|
CheckAppComplianceReportNameAvailability(TenantResource, AppComplianceReportNameAvailabilityContent, CancellationToken) |
Check if the given name is available for a report.
|
CheckAppComplianceReportNameAvailabilityAsync(TenantResource, AppComplianceReportNameAvailabilityContent, CancellationToken) |
Check if the given name is available for a report.
|
GetAppComplianceReport(TenantResource, String, CancellationToken) |
Get the AppComplianceAutomation report and its properties.
|
GetAppComplianceReportAsync(TenantResource, String, CancellationToken) |
Get the AppComplianceAutomation report and its properties.
|
GetAppComplianceReports(TenantResource) |
Gets a collection of AppComplianceReportResources in the TenantResource. MockingTo mock this method, please mock GetAppComplianceReports() instead. |
GetCollectionCountProviderAction(TenantResource, ReportCollectionGetCountContent, CancellationToken) |
Get the count of reports.
|
GetCollectionCountProviderActionAsync(TenantResource, ReportCollectionGetCountContent, CancellationToken) |
Get the count of reports.
|
GetInUseStorageAccountsProviderAction(TenantResource, ReportListInUseStorageAccountsContent, CancellationToken) |
List the storage accounts which are in use by related reports
|
GetInUseStorageAccountsProviderActionAsync(TenantResource, ReportListInUseStorageAccountsContent, CancellationToken) |
List the storage accounts which are in use by related reports
|
GetOverviewStatusProviderAction(TenantResource, AppComplianceGetOverviewStatusContent, CancellationToken) |
Get the resource overview status.
|
GetOverviewStatusProviderActionAsync(TenantResource, AppComplianceGetOverviewStatusContent, CancellationToken) |
Get the resource overview status.
|
GetReportResource(TenantResource, String, CancellationToken) |
Get the AppComplianceAutomation report and its properties.
|
GetReportResourceAsync(TenantResource, String, CancellationToken) |
Get the AppComplianceAutomation report and its properties.
|
GetReportResources(TenantResource) |
Gets a collection of ReportResources in the TenantResource. MockingTo mock this method, please mock GetReportResources() instead. |
OnboardProviderAction(TenantResource, WaitUntil, AppComplianceOnboardContent, CancellationToken) |
Onboard given subscriptions to Microsoft.AppComplianceAutomation provider.
|
OnboardProviderActionAsync(TenantResource, WaitUntil, AppComplianceOnboardContent, CancellationToken) |
Onboard given subscriptions to Microsoft.AppComplianceAutomation provider.
|
TriggerEvaluationProviderAction(TenantResource, WaitUntil, TriggerEvaluationContent, CancellationToken) |
Trigger quick evaluation for the given subscriptions.
|
TriggerEvaluationProviderActionAsync(TenantResource, WaitUntil, TriggerEvaluationContent, CancellationToken) |
Trigger quick evaluation for the given subscriptions.
|
GetRuntimeVersions(TenantResource, CancellationToken) |
Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
|
GetRuntimeVersionsAsync(TenantResource, CancellationToken) |
Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
|
GetAppServiceSourceControl(TenantResource, String, CancellationToken) |
Description for Gets source control token
|
GetAppServiceSourceControlAsync(TenantResource, String, CancellationToken) |
Description for Gets source control token
|
GetAppServiceSourceControls(TenantResource) |
Gets a collection of AppServiceSourceControlResources in the TenantResource. MockingTo mock this method, please mock GetAppServiceSourceControls() instead. |
GetAvailableStacksProviders(TenantResource, Nullable<ProviderOSTypeSelected>, CancellationToken) |
Description for Get available application frameworks and their versions
|
GetAvailableStacksProvidersAsync(TenantResource, Nullable<ProviderOSTypeSelected>, CancellationToken) |
Description for Get available application frameworks and their versions
|
GetFunctionAppStacksForLocationProviders(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Function app frameworks and their versions for location
|
GetFunctionAppStacksForLocationProvidersAsync(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Function app frameworks and their versions for location
|
GetFunctionAppStacksProviders(TenantResource, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Function app frameworks and their versions
|
GetFunctionAppStacksProvidersAsync(TenantResource, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Function app frameworks and their versions
|
GetOperationsCertificateRegistrationProviders(TenantResource, CancellationToken) |
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
|
GetOperationsCertificateRegistrationProvidersAsync(TenantResource, CancellationToken) |
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
|
GetOperationsDomainRegistrationProviders(TenantResource, CancellationToken) |
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
|
GetOperationsDomainRegistrationProvidersAsync(TenantResource, CancellationToken) |
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
|
GetOperationsProviders(TenantResource, CancellationToken) |
Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions
|
GetOperationsProvidersAsync(TenantResource, CancellationToken) |
Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions
|
GetPublishingUser(TenantResource) |
Gets an object representing a PublishingUserResource along with the instance operations that can be performed on it in the TenantResource. MockingTo mock this method, please mock GetPublishingUser() instead. |
GetWebAppStacksByLocation(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Web app frameworks and their versions for location
|
GetWebAppStacksByLocationAsync(TenantResource, AzureLocation, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Web app frameworks and their versions for location
|
GetWebAppStacksProviders(TenantResource, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Web app frameworks and their versions
|
GetWebAppStacksProvidersAsync(TenantResource, Nullable<ProviderStackOSType>, CancellationToken) |
Description for Get available Web app frameworks and their versions
|
ElevateAccessGlobalAdministrator(TenantResource, CancellationToken) |
Elevates access for a Global Administrator.
|
ElevateAccessGlobalAdministratorAsync(TenantResource, CancellationToken) |
Elevates access for a Global Administrator.
|
GetAllAuthorizationProviderOperationsMetadata(TenantResource) |
Gets a collection of AuthorizationProviderOperationsMetadataResources in the TenantResource. MockingTo mock this method, please mock GetAllAuthorizationProviderOperationsMetadata() instead. |
GetAuthorizationProviderOperationsMetadata(TenantResource, String, String, CancellationToken) |
Gets provider operations metadata for the specified resource provider.
|
GetAuthorizationProviderOperationsMetadataAsync(TenantResource, String, String, CancellationToken) |
Gets provider operations metadata for the specified resource provider.
|
GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
GetAuthorizationRoleDefinitions(ArmResource) |
Gets a collection of AuthorizationRoleDefinitionResources in the ArmResource. MockingTo mock this method, please mock GetAuthorizationRoleDefinitions() instead. |
GetDenyAssignment(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
GetDenyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
GetDenyAssignments(ArmResource) |
Gets a collection of DenyAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetDenyAssignments() instead. |
GetRoleAssignment(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
GetRoleAssignments(ArmResource) |
Gets a collection of RoleAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignments() instead. |
GetRoleAssignmentSchedule(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
GetRoleAssignmentScheduleInstances(ArmResource) |
Gets a collection of RoleAssignmentScheduleInstanceResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleInstances() instead. |
GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
GetRoleAssignmentScheduleRequests(ArmResource) |
Gets a collection of RoleAssignmentScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests() instead. |
GetRoleAssignmentSchedules(ArmResource) |
Gets a collection of RoleAssignmentScheduleResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentSchedules() instead. |
GetRoleEligibilitySchedule(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
GetRoleEligibilityScheduleInstances(ArmResource) |
Gets a collection of RoleEligibilityScheduleInstanceResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilityScheduleInstances() instead. |
GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
GetRoleEligibilityScheduleRequests(ArmResource) |
Gets a collection of RoleEligibilityScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilityScheduleRequests() instead. |
GetRoleEligibilitySchedules(ArmResource) |
Gets a collection of RoleEligibilityScheduleResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilitySchedules() instead. |
GetRoleManagementPolicies(ArmResource) |
Gets a collection of RoleManagementPolicyResources in the ArmResource. MockingTo mock this method, please mock GetRoleManagementPolicies() instead. |
GetRoleManagementPolicy(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
GetRoleManagementPolicyAssignments(ArmResource) |
Gets a collection of RoleManagementPolicyAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetRoleManagementPolicyAssignments() instead. |
GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
GetAutomanageBestPractice(TenantResource, String, CancellationToken) |
Get information about a Automanage best practice
|
GetAutomanageBestPracticeAsync(TenantResource, String, CancellationToken) |
Get information about a Automanage best practice
|
GetAutomanageBestPractices(TenantResource) |
Gets a collection of AutomanageBestPracticeResources in the TenantResource. MockingTo mock this method, please mock GetAutomanageBestPractices() instead. |
DownloadDocumentsByBillingSubscriptionInvoice(TenantResource, WaitUntil, String, IEnumerable<BillingDocumentDownloadRequestContent>, CancellationToken) |
Gets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
DownloadDocumentsByBillingSubscriptionInvoiceAsync(TenantResource, WaitUntil, String, IEnumerable<BillingDocumentDownloadRequestContent>, CancellationToken) |
Gets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
GetBillingAccount(TenantResource, String, CancellationToken) |
Gets a billing account by its ID.
|
GetBillingAccountAsync(TenantResource, String, CancellationToken) |
Gets a billing account by its ID.
|
GetBillingAccounts(TenantResource) |
Gets a collection of BillingAccountResources in the TenantResource. MockingTo mock this method, please mock GetBillingAccounts() instead. |
GetBillingPaymentMethod(TenantResource, String, CancellationToken) |
Gets a payment method owned by the caller.
|
GetBillingPaymentMethodAsync(TenantResource, String, CancellationToken) |
Gets a payment method owned by the caller.
|
GetBillingPaymentMethods(TenantResource) |
Gets a collection of BillingPaymentMethodResources in the TenantResource. MockingTo mock this method, please mock GetBillingPaymentMethods() instead. |
GetBillingRequest(TenantResource, String, CancellationToken) |
Gets a billing request by its ID.
|
GetBillingRequestAsync(TenantResource, String, CancellationToken) |
Gets a billing request by its ID.
|
GetBillingRequests(TenantResource) |
Gets a collection of BillingRequestResources in the TenantResource. MockingTo mock this method, please mock GetBillingRequests() instead. |
GetDefaultBillingInvoice(TenantResource, String, CancellationToken) |
Gets an invoice by ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
GetDefaultBillingInvoiceAsync(TenantResource, String, CancellationToken) |
Gets an invoice by ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
GetDefaultBillingInvoices(TenantResource) |
Gets a collection of DefaultBillingInvoiceResources in the TenantResource. MockingTo mock this method, please mock GetDefaultBillingInvoices() instead. |
GetRecipientTransferDetail(TenantResource, String, CancellationToken) |
Gets a transfer request by ID. The caller must be the recipient of the transfer request.
|
GetRecipientTransferDetailAsync(TenantResource, String, CancellationToken) |
Gets a transfer request by ID. The caller must be the recipient of the transfer request.
|
GetRecipientTransferDetails(TenantResource) |
Gets a collection of RecipientTransferDetailResources in the TenantResource. MockingTo mock this method, please mock GetRecipientTransferDetails() instead. |
GetSubscriptionBillingInvoice(TenantResource, String, String, CancellationToken) |
Gets an invoice by subscription ID and invoice ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
GetSubscriptionBillingInvoiceAsync(TenantResource, String, String, CancellationToken) |
Gets an invoice by subscription ID and invoice ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
GetSubscriptionBillingInvoices(TenantResource, String) |
Gets a collection of SubscriptionBillingInvoiceResources in the TenantResource. MockingTo mock this method, please mock GetSubscriptionBillingInvoices(String) instead. |
ValidateAddres(TenantResource, BillingAddressDetails, CancellationToken) |
Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address.
|
ValidateAddresAsync(TenantResource, BillingAddressDetails, CancellationToken) |
Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address.
|
GetBillingBenefitsReservationOrderAlias(TenantResource, String, CancellationToken) |
Get a reservation order alias.
|
GetBillingBenefitsReservationOrderAliasAsync(TenantResource, String, CancellationToken) |
Get a reservation order alias.
|
GetBillingBenefitsReservationOrderAliases(TenantResource) |
Gets a collection of BillingBenefitsReservationOrderAliasResources in the TenantResource. MockingTo mock this method, please mock GetBillingBenefitsReservationOrderAliases() instead. |
GetBillingBenefitsSavingsPlanOrder(TenantResource, String, String, CancellationToken) |
Get a savings plan order.
|
GetBillingBenefitsSavingsPlanOrderAlias(TenantResource, String, CancellationToken) |
Get a savings plan.
|
GetBillingBenefitsSavingsPlanOrderAliasAsync(TenantResource, String, CancellationToken) |
Get a savings plan.
|
GetBillingBenefitsSavingsPlanOrderAliases(TenantResource) |
Gets a collection of BillingBenefitsSavingsPlanOrderAliasResources in the TenantResource. MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanOrderAliases() instead. |
GetBillingBenefitsSavingsPlanOrderAsync(TenantResource, String, String, CancellationToken) |
Get a savings plan order.
|
GetBillingBenefitsSavingsPlanOrders(TenantResource) |
Gets a collection of BillingBenefitsSavingsPlanOrderResources in the TenantResource. MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanOrders() instead. |
GetBillingBenefitsSavingsPlans(TenantResource, TenantResourceGetBillingBenefitsSavingsPlansOptions, CancellationToken) |
List savings plans.
|
GetBillingBenefitsSavingsPlansAsync(TenantResource, TenantResourceGetBillingBenefitsSavingsPlansOptions, CancellationToken) |
List savings plans.
|
ValidatePurchase(TenantResource, SavingsPlanPurchaseValidateContent, CancellationToken) |
Validate savings plan purchase.
|
ValidatePurchaseAsync(TenantResource, SavingsPlanPurchaseValidateContent, CancellationToken) |
Validate savings plan purchase.
|
CheckBotServiceNameAvailability(TenantResource, BotServiceNameAvailabilityContent, CancellationToken) |
Check whether a bot name is available.
|
CheckBotServiceNameAvailabilityAsync(TenantResource, BotServiceNameAvailabilityContent, CancellationToken) |
Check whether a bot name is available.
|
CheckCdnNameAvailability(TenantResource, CdnNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
|
CheckCdnNameAvailabilityAsync(TenantResource, CdnNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
|
GetEdgeNodes(TenantResource, CancellationToken) |
Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.
|
GetEdgeNodesAsync(TenantResource, CancellationToken) |
Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.
|
GetResourceChanges(TenantResource, String, DateTimeOffset, DateTimeOffset, String, CancellationToken) |
List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.
|
GetResourceChangesAsync(TenantResource, String, DateTimeOffset, DateTimeOffset, String, CancellationToken) |
List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.
|
CheckNameExistsDatabaseAccount(TenantResource, String, CancellationToken) |
Checks that the Azure Cosmos DB account name already exists. A valid account name may contain only lowercase letters, numbers, and the '-' character, and must be between 3 and 50 characters.
|
CheckNameExistsDatabaseAccountAsync(TenantResource, String, CancellationToken) |
Checks that the Azure Cosmos DB account name already exists. A valid account name may contain only lowercase letters, numbers, and the '-' character, and must be between 3 and 50 characters.
|
ByBillingAccountIdGenerateReservationDetailsReport(TenantResource, WaitUntil, String, String, String, CancellationToken) |
Generates the reservations details report for provided date range asynchronously based on enrollment id. The Reservation usage details can be viewed only by certain enterprise roles. For more details on the roles see, https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role
|
ByBillingAccountIdGenerateReservationDetailsReportAsync(TenantResource, WaitUntil, String, String, String, CancellationToken) |
Generates the reservations details report for provided date range asynchronously based on enrollment id. The Reservation usage details can be viewed only by certain enterprise roles. For more details on the roles see, https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role
|
ByBillingProfileIdGenerateReservationDetailsReport(TenantResource, WaitUntil, String, String, String, String, CancellationToken) |
Generates the reservations details report for provided date range asynchronously by billing profile. The Reservation usage details can be viewed by only certain enterprise roles by default. For more details on the roles see, https://docs.microsoft.com/en-us/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access
|
ByBillingProfileIdGenerateReservationDetailsReportAsync(TenantResource, WaitUntil, String, String, String, String, CancellationToken) |
Generates the reservations details report for provided date range asynchronously by billing profile. The Reservation usage details can be viewed by only certain enterprise roles by default. For more details on the roles see, https://docs.microsoft.com/en-us/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access
|
ByExternalCloudProviderTypeDimensions(TenantResource, TenantResourceByExternalCloudProviderTypeDimensionsOptions, CancellationToken) |
Lists the dimensions by the external cloud provider type.
|
ByExternalCloudProviderTypeDimensionsAsync(TenantResource, TenantResourceByExternalCloudProviderTypeDimensionsOptions, CancellationToken) |
Lists the dimensions by the external cloud provider type.
|
CheckCostManagementNameAvailabilityByScheduledAction(TenantResource, CostManagementNameAvailabilityContent, CancellationToken) |
Checks availability and correctness of the name for a scheduled action.
|
CheckCostManagementNameAvailabilityByScheduledActionAsync(TenantResource, CostManagementNameAvailabilityContent, CancellationToken) |
Checks availability and correctness of the name for a scheduled action.
|
DownloadByBillingProfilePriceSheet(TenantResource, WaitUntil, String, String, CancellationToken) |
Gets a URL to download the current month's pricesheet for a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview version will be updated from a single csv file to a Zip file containing multiple csv files, each with max 200k records.
|
DownloadByBillingProfilePriceSheetAsync(TenantResource, WaitUntil, String, String, CancellationToken) |
Gets a URL to download the current month's pricesheet for a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview version will be updated from a single csv file to a Zip file containing multiple csv files, each with max 200k records.
|
DownloadPriceSheet(TenantResource, WaitUntil, String, String, String, CancellationToken) |
Gets a URL to download the pricesheet for an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
DownloadPriceSheetAsync(TenantResource, WaitUntil, String, String, String, CancellationToken) |
Gets a URL to download the pricesheet for an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
ExternalCloudProviderUsageForecast(TenantResource, ExternalCloudProviderType, String, ForecastDefinition, String, CancellationToken) |
Lists the forecast charges for external cloud provider type defined.
|
ExternalCloudProviderUsageForecastAsync(TenantResource, ExternalCloudProviderType, String, ForecastDefinition, String, CancellationToken) |
Lists the forecast charges for external cloud provider type defined.
|
GenerateBenefitUtilizationSummariesReportAsyncSavingsPlanScope(TenantResource, WaitUntil, String, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided savings plan.
|
GenerateBenefitUtilizationSummariesReportAsyncSavingsPlanScopeAsync(TenantResource, WaitUntil, String, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided savings plan.
|
GenerateBenefitUtilizationSummariesReportBillingAccountScope(TenantResource, WaitUntil, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided billing account. This API supports only enrollment accounts.
|
GenerateBenefitUtilizationSummariesReportBillingAccountScopeAsync(TenantResource, WaitUntil, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided billing account. This API supports only enrollment accounts.
|
GenerateBenefitUtilizationSummariesReportBillingProfileScope(TenantResource, WaitUntil, String, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided billing account and billing profile.
|
GenerateBenefitUtilizationSummariesReportBillingProfileScopeAsync(TenantResource, WaitUntil, String, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided billing account and billing profile.
|
GenerateBenefitUtilizationSummariesReportReservationOrderScope(TenantResource, WaitUntil, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided reservation order.
|
GenerateBenefitUtilizationSummariesReportReservationOrderScopeAsync(TenantResource, WaitUntil, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided reservation order.
|
GenerateBenefitUtilizationSummariesReportReservationScope(TenantResource, WaitUntil, String, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided reservation.
|
GenerateBenefitUtilizationSummariesReportReservationScopeAsync(TenantResource, WaitUntil, String, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided reservation.
|
GenerateBenefitUtilizationSummariesReportSavingsPlanOrderScope(TenantResource, WaitUntil, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided savings plan order.
|
GenerateBenefitUtilizationSummariesReportSavingsPlanOrderScopeAsync(TenantResource, WaitUntil, String, BenefitUtilizationSummariesContent, CancellationToken) |
Triggers generation of a benefit utilization summaries report for the provided savings plan order.
|
GetAllTenantsCostManagementViews(TenantResource) |
Gets a collection of TenantsCostManagementViewsResources in the TenantResource. MockingTo mock this method, please mock GetAllTenantsCostManagementViews() instead. |
GetBenefitUtilizationSummariesByBillingAccountId(TenantResource, String, Nullable<GrainContent>, String, CancellationToken) |
Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain values: 'Daily' and 'Monthly'.
|
GetBenefitUtilizationSummariesByBillingAccountIdAsync(TenantResource, String, Nullable<GrainContent>, String, CancellationToken) |
Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain values: 'Daily' and 'Monthly'.
|
GetBenefitUtilizationSummariesByBillingProfileId(TenantResource, String, String, Nullable<GrainContent>, String, CancellationToken) |
Lists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and 'Monthly'.
|
GetBenefitUtilizationSummariesByBillingProfileIdAsync(TenantResource, String, String, Nullable<GrainContent>, String, CancellationToken) |
Lists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and 'Monthly'.
|
GetBenefitUtilizationSummariesBySavingsPlanId(TenantResource, String, String, String, Nullable<GrainContent>, CancellationToken) |
Lists the savings plan utilization summaries for daily or monthly grain.
|
GetBenefitUtilizationSummariesBySavingsPlanIdAsync(TenantResource, String, String, String, Nullable<GrainContent>, CancellationToken) |
Lists the savings plan utilization summaries for daily or monthly grain.
|
GetBenefitUtilizationSummariesBySavingsPlanOrder(TenantResource, String, String, Nullable<GrainContent>, CancellationToken) |
Lists the savings plan utilization summaries for daily or monthly grain.
|
GetBenefitUtilizationSummariesBySavingsPlanOrderAsync(TenantResource, String, String, Nullable<GrainContent>, CancellationToken) |
Lists the savings plan utilization summaries for daily or monthly grain.
|
GetCostManagementAlerts(TenantResource, ExternalCloudProviderType, String, CancellationToken) |
Lists the Alerts for external cloud provider type defined.
|
GetCostManagementAlertsAsync(TenantResource, ExternalCloudProviderType, String, CancellationToken) |
Lists the Alerts for external cloud provider type defined.
|
GetTenantScheduledAction(TenantResource, String, CancellationToken) |
Get the private scheduled action by name.
|
GetTenantScheduledActionAsync(TenantResource, String, CancellationToken) |
Get the private scheduled action by name.
|
GetTenantScheduledActions(TenantResource) |
Gets a collection of TenantScheduledActionResources in the TenantResource. MockingTo mock this method, please mock GetTenantScheduledActions() instead. |
GetTenantsCostManagementViews(TenantResource, String, CancellationToken) |
Gets the view by view name.
|
GetTenantsCostManagementViewsAsync(TenantResource, String, CancellationToken) |
Gets the view by view name.
|
UsageByExternalCloudProviderTypeQuery(TenantResource, ExternalCloudProviderType, String, QueryDefinition, CancellationToken) |
Query the usage data for external cloud provider type defined.
|
UsageByExternalCloudProviderTypeQueryAsync(TenantResource, ExternalCloudProviderType, String, QueryDefinition, CancellationToken) |
Query the usage data for external cloud provider type defined.
|
ActivateEmail(TenantResource, AzureLocation, DataShareEmailRegistration, CancellationToken) |
Activate the email registration for the current tenant
|
ActivateEmailAsync(TenantResource, AzureLocation, DataShareEmailRegistration, CancellationToken) |
Activate the email registration for the current tenant
|
GetDataShareConsumerInvitation(TenantResource, AzureLocation, Guid, CancellationToken) |
Get an invitation
|
GetDataShareConsumerInvitationAsync(TenantResource, AzureLocation, Guid, CancellationToken) |
Get an invitation
|
GetDataShareConsumerInvitations(TenantResource) |
Gets a collection of DataShareConsumerInvitationResources in the TenantResource. MockingTo mock this method, please mock GetDataShareConsumerInvitations() instead. |
RegisterEmail(TenantResource, AzureLocation, CancellationToken) |
Register an email for the current tenant
|
RegisterEmailAsync(TenantResource, AzureLocation, CancellationToken) |
Register an email for the current tenant
|
RejectConsumerInvitation(TenantResource, AzureLocation, DataShareConsumerInvitationData, CancellationToken) |
Reject an invitation
|
RejectConsumerInvitationAsync(TenantResource, AzureLocation, DataShareConsumerInvitationData, CancellationToken) |
Reject an invitation
|
GetTopicType(TenantResource, String, CancellationToken) |
Get information about a topic type.
|
GetTopicTypeAsync(TenantResource, String, CancellationToken) |
Get information about a topic type.
|
GetTopicTypes(TenantResource) |
Gets a collection of TopicTypeResources in the TenantResource. MockingTo mock this method, please mock GetTopicTypes() instead. |
GetVerifiedPartner(TenantResource, String, CancellationToken) |
Get properties of a verified partner.
|
GetVerifiedPartnerAsync(TenantResource, String, CancellationToken) |
Get properties of a verified partner.
|
GetVerifiedPartners(TenantResource) |
Gets a collection of VerifiedPartnerResources in the TenantResource. MockingTo mock this method, please mock GetVerifiedPartners() instead. |
GetOperationsCustomLocations(TenantResource, CancellationToken) |
Lists all available Custom Locations operations. Request Path: /providers/Microsoft.ExtendedLocation/operations Operation Id: CustomLocations_ListOperations |
GetOperationsCustomLocationsAsync(TenantResource, CancellationToken) |
Lists all available Custom Locations operations. Request Path: /providers/Microsoft.ExtendedLocation/operations Operation Id: CustomLocations_ListOperations |
CheckFrontDoorNameAvailability(TenantResource, FrontDoorNameAvailabilityContent, CancellationToken) |
Check the availability of a Front Door resource name.
|
CheckFrontDoorNameAvailabilityAsync(TenantResource, FrontDoorNameAvailabilityContent, CancellationToken) |
Check the availability of a Front Door resource name.
|
GetAvailableOperationsMachineLearningComputes(TenantResource, CancellationToken) |
Gets all available operations.
|
GetAvailableOperationsMachineLearningComputesAsync(TenantResource, CancellationToken) |
Gets all available operations.
|
GetSystemAssignedIdentity(ArmResource) |
Gets an object representing a SystemAssignedIdentityResource along with the instance operations that can be performed on it in the ArmResource. MockingTo mock this method, please mock GetSystemAssignedIdentity() instead. |
GetOperations(TenantResource, CancellationToken) |
List all the operations.
|
GetOperationsAsync(TenantResource, CancellationToken) |
List all the operations.
|
GetPartnerResponse(TenantResource, String, CancellationToken) |
Get the management partner using the partnerId, objectId and tenantId.
|
GetPartnerResponseAsync(TenantResource, String, CancellationToken) |
Get the management partner using the partnerId, objectId and tenantId.
|
GetPartnerResponses(TenantResource) |
Gets a collection of PartnerResponseResources in the TenantResource. MockingTo mock this method, please mock GetPartnerResponses() instead. |
GetPrivateStore(TenantResource, Guid, CancellationToken) |
Get information about the private store
|
GetPrivateStoreAsync(TenantResource, Guid, CancellationToken) |
Get information about the private store
|
GetPrivateStores(TenantResource) |
Gets a collection of PrivateStoreResources in the TenantResource. MockingTo mock this method, please mock GetPrivateStores() instead. |
GetOperationsDiscoveries(TenantResource, CancellationToken) |
Request Path: /providers/Microsoft.Migrate/operations Operation Id: OperationsDiscovery_Get |
GetOperationsDiscoveriesAsync(TenantResource, CancellationToken) |
Request Path: /providers/Microsoft.Migrate/operations Operation Id: OperationsDiscovery_Get |
GetTenantPacketCoreControlPlaneVersion(TenantResource, String, CancellationToken) |
Gets information about the specified packet core control plane version.
|
GetTenantPacketCoreControlPlaneVersionAsync(TenantResource, String, CancellationToken) |
Gets information about the specified packet core control plane version.
|
GetTenantPacketCoreControlPlaneVersions(TenantResource) |
Gets a collection of TenantPacketCoreControlPlaneVersionResources in the TenantResource. MockingTo mock this method, please mock GetTenantPacketCoreControlPlaneVersions() instead. |
GetEventCategories(TenantResource, CancellationToken) |
Get the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.
|
GetEventCategoriesAsync(TenantResource, CancellationToken) |
Get the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.
|
GetTenantActivityLogs(TenantResource, String, String, CancellationToken) |
Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does not retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
|
GetTenantActivityLogsAsync(TenantResource, String, String, CancellationToken) |
Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does not retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.
|
ExecuteGetPrivateDnsZoneSuffix(TenantResource, CancellationToken) |
Get private DNS zone suffix in the cloud.
|
ExecuteGetPrivateDnsZoneSuffixAsync(TenantResource, CancellationToken) |
Get private DNS zone suffix in the cloud.
|
GetGlobalRulestack(TenantResource, String, CancellationToken) |
Get a GlobalRulestackResource
|
GetGlobalRulestackAsync(TenantResource, String, CancellationToken) |
Get a GlobalRulestackResource
|
GetGlobalRulestacks(TenantResource) |
Gets a collection of GlobalRulestackResources in the TenantResource. MockingTo mock this method, please mock GetGlobalRulestacks() instead. |
GetAllPolicyMetadata(TenantResource) |
Gets a collection of PolicyMetadataResources in the TenantResource. MockingTo mock this method, please mock GetAllPolicyMetadata() instead. |
GetPolicyMetadata(TenantResource, String, CancellationToken) |
Get policy metadata resource.
|
GetPolicyMetadataAsync(TenantResource, String, CancellationToken) |
Get policy metadata resource.
|
ExecuteGetPrivateDnsZoneSuffix(TenantResource, CancellationToken) |
Get private DNS zone suffix in the cloud
|
ExecuteGetPrivateDnsZoneSuffixAsync(TenantResource, CancellationToken) |
Get private DNS zone suffix in the cloud
|
GetDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Get the default account for the scope.
|
GetDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Get the default account for the scope.
|
RemoveDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Removes the default account from the scope.
|
RemoveDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Removes the default account from the scope.
|
SetDefaultAccount(TenantResource, DefaultPurviewAccountPayload, CancellationToken) |
Sets the default account for the scope.
|
SetDefaultAccountAsync(TenantResource, DefaultPurviewAccountPayload, CancellationToken) |
Sets the default account for the scope.
|
GetQuotaOperations(TenantResource, CancellationToken) |
List all the operations supported by the Microsoft.Quota resource provider.
|
GetQuotaOperationsAsync(TenantResource, CancellationToken) |
List all the operations supported by the Microsoft.Quota resource provider.
|
CalculateReservationExchange(TenantResource, WaitUntil, CalculateExchangeContent, CancellationToken) |
Calculates price for exchanging
|
CalculateReservationExchangeAsync(TenantResource, WaitUntil, CalculateExchangeContent, CancellationToken) |
Calculates price for exchanging
|
CalculateReservationOrder(TenantResource, ReservationPurchaseContent, CancellationToken) |
Calculate price for placing a
|
CalculateReservationOrderAsync(TenantResource, ReservationPurchaseContent, CancellationToken) |
Calculate price for placing a
|
Exchange(TenantResource, WaitUntil, ExchangeContent, CancellationToken) |
Returns one or more
|
ExchangeAsync(TenantResource, WaitUntil, ExchangeContent, CancellationToken) |
Returns one or more
|
GetReservationDetails(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationDetails(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationDetailsAsync(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationDetailsAsync(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken) |
List the reservations and the roll up counts of reservations group by provisioning states that the user has access to in the current tenant.
|
GetReservationOrder(TenantResource, Guid, String, CancellationToken) |
Get the details of the
|
GetReservationOrderAsync(TenantResource, Guid, String, CancellationToken) |
Get the details of the
|
GetReservationOrders(TenantResource) |
Gets a collection of ReservationOrderResources in the TenantResource. MockingTo mock this method, please mock GetReservationOrders() instead. |
GetResourceHistory(TenantResource, ResourcesHistoryContent, CancellationToken) |
List all snapshots of a resource for a given time interval.
|
GetResourceHistoryAsync(TenantResource, ResourcesHistoryContent, CancellationToken) |
List all snapshots of a resource for a given time interval.
|
GetResources(TenantResource, ResourceQueryContent, CancellationToken) |
Queries the resources managed by Azure Resource Manager for scopes specified in the request.
|
GetResourcesAsync(TenantResource, ResourceQueryContent, CancellationToken) |
Queries the resources managed by Azure Resource Manager for scopes specified in the request.
|
GetResourceHealthMetadataEntities(TenantResource) |
Gets a collection of ResourceHealthMetadataEntityResources in the TenantResource. MockingTo mock this method, please mock GetResourceHealthMetadataEntities() instead. |
GetResourceHealthMetadataEntity(TenantResource, String, CancellationToken) |
Gets the list of metadata entities.
|
GetResourceHealthMetadataEntityAsync(TenantResource, String, CancellationToken) |
Gets the list of metadata entities.
|
GetServiceEmergingIssue(TenantResource, EmergingIssueNameContent, CancellationToken) |
Gets Azure services' emerging issues.
|
GetServiceEmergingIssueAsync(TenantResource, EmergingIssueNameContent, CancellationToken) |
Gets Azure services' emerging issues.
|
GetServiceEmergingIssues(TenantResource) |
Gets a collection of ServiceEmergingIssueResources in the TenantResource. MockingTo mock this method, please mock GetServiceEmergingIssues() instead. |
GetTenantResourceHealthEvent(TenantResource, String, String, String, CancellationToken) |
Service health event in the tenant by event tracking id
|
GetTenantResourceHealthEventAsync(TenantResource, String, String, String, CancellationToken) |
Service health event in the tenant by event tracking id
|
GetTenantResourceHealthEvents(TenantResource) |
Gets a collection of TenantResourceHealthEventResources in the TenantResource. MockingTo mock this method, please mock GetTenantResourceHealthEvents() instead. |
GetOperationsDiscoveries(TenantResource, CancellationToken) |
|
GetOperationsDiscoveriesAsync(TenantResource, CancellationToken) |
|
CalculateDeploymentTemplateHash(TenantResource, BinaryData, CancellationToken) |
Calculate the hash of the given template.
|
CalculateDeploymentTemplateHashAsync(TenantResource, BinaryData, CancellationToken) |
Calculate the hash of the given template.
|
GetArmDeployment(TenantResource, String, CancellationToken) |
Gets a deployment.
|
GetArmDeploymentAsync(TenantResource, String, CancellationToken) |
Gets a deployment.
|
GetArmDeployments(TenantResource) |
Gets a collection of ArmDeploymentResources in the TenantResource. MockingTo mock this method, please mock GetArmDeployments() instead. |
GetTenantDataBoundaries(TenantResource) |
Gets a collection of TenantDataBoundaryResources in the TenantResource. MockingTo mock this method, please mock GetTenantDataBoundaries() instead. |
GetTenantDataBoundary(TenantResource, DataBoundaryName, CancellationToken) |
Get data boundary of tenant.
|
GetTenantDataBoundaryAsync(TenantResource, DataBoundaryName, CancellationToken) |
Get data boundary of tenant.
|
GetAllTenantAssessmentMetadata(TenantResource) |
Gets a collection of TenantAssessmentMetadataResources in the TenantResource. MockingTo mock this method, please mock GetAllTenantAssessmentMetadata() instead. |
GetSecureScoreControlDefinitions(TenantResource, CancellationToken) |
List the available security controls, their assessments, and the max score
|
GetSecureScoreControlDefinitionsAsync(TenantResource, CancellationToken) |
List the available security controls, their assessments, and the max score
|
GetSensitivitySetting(TenantResource) |
Gets an object representing a SensitivitySettingResource along with the instance operations that can be performed on it in the TenantResource. MockingTo mock this method, please mock GetSensitivitySetting() instead. |
GetTenantAssessmentMetadata(TenantResource, String, CancellationToken) |
Get metadata information on an assessment type
|
GetTenantAssessmentMetadataAsync(TenantResource, String, CancellationToken) |
Get metadata information on an assessment type
|
DiscoverSolutions(TenantResource, String, String, CancellationToken) |
Lists the relevant Azure Diagnostics, Solutions and Troubleshooters using problemClassification API) AND resourceUri or resourceType.<br/> Discovery Solutions is the initial entry point within Help API, which identifies relevant Azure diagnostics and solutions. <br/><br/> Required Input : problemClassificationId (Use the problemClassification API) <br/>Optional input: resourceUri OR resource Type <br/><br/> <b>Note: </b> ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics and Solutions API.
|
DiscoverSolutionsAsync(TenantResource, String, String, CancellationToken) |
Lists the relevant Azure Diagnostics, Solutions and Troubleshooters using problemClassification API) AND resourceUri or resourceType.<br/> Discovery Solutions is the initial entry point within Help API, which identifies relevant Azure diagnostics and solutions. <br/><br/> Required Input : problemClassificationId (Use the problemClassification API) <br/>Optional input: resourceUri OR resource Type <br/><br/> <b>Note: </b> ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics and Solutions API.
|
DiscoverSolutionsNlp(TenantResource, DiscoveryNlpContent, CancellationToken) |
Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.
|
DiscoverSolutionsNlpAsync(TenantResource, DiscoveryNlpContent, CancellationToken) |
Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.
|
GetSelfHelpSolutionById(TenantResource, String, CancellationToken) |
Gets Self Help Solutions for a given solutionId. Self Help Solutions consist of rich instructional video tutorials, links and guides to public documentation related to a specific problem that enables users to troubleshoot Azure issues.
|
GetSelfHelpSolutionByIdAsync(TenantResource, String, CancellationToken) |
Gets Self Help Solutions for a given solutionId. Self Help Solutions consist of rich instructional video tutorials, links and guides to public documentation related to a specific problem that enables users to troubleshoot Azure issues.
|
GetLinkerResource(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResourceAsync(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResources(ArmResource) |
Gets a collection of LinkerResources in the ArmResource. MockingTo mock this method, please mock GetLinkerResources() instead. |
AcceptSubscriptionOwnership(TenantResource, WaitUntil, String, AcceptOwnershipContent, CancellationToken) |
Accept subscription ownership.
|
AcceptSubscriptionOwnershipAsync(TenantResource, WaitUntil, String, AcceptOwnershipContent, CancellationToken) |
Accept subscription ownership.
|
GetAcceptOwnershipStatus(TenantResource, String, CancellationToken) |
Accept subscription ownership status.
|
GetAcceptOwnershipStatusAsync(TenantResource, String, CancellationToken) |
Accept subscription ownership status.
|
GetBillingAccountPolicies(TenantResource) |
Gets a collection of BillingAccountPolicyResources in the TenantResource. MockingTo mock this method, please mock GetBillingAccountPolicies() instead. |
GetBillingAccountPolicy(TenantResource, String, CancellationToken) |
Get Billing Account Policy.
|
GetBillingAccountPolicyAsync(TenantResource, String, CancellationToken) |
Get Billing Account Policy.
|
GetSubscriptionAlias(TenantResource, String, CancellationToken) |
Get Alias Subscription.
|
GetSubscriptionAliasAsync(TenantResource, String, CancellationToken) |
Get Alias Subscription.
|
GetSubscriptionAliases(TenantResource) |
Gets a collection of SubscriptionAliasResources in the TenantResource. MockingTo mock this method, please mock GetSubscriptionAliases() instead. |
GetTenantPolicy(TenantResource) |
Gets an object representing a TenantPolicyResource along with the instance operations that can be performed on it in the TenantResource. MockingTo mock this method, please mock GetTenantPolicy() instead. |
CheckNameAvailabilitySupportTicketsNoSubscription(TenantResource, SupportNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.
|
CheckNameAvailabilitySupportTicketsNoSubscriptionAsync(TenantResource, SupportNameAvailabilityContent, CancellationToken) |
Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.
|
ClassifyServicesServiceClassificationsNoSubscription(TenantResource, ServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services.
|
ClassifyServicesServiceClassificationsNoSubscriptionAsync(TenantResource, ServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services.
|
GetSupportAzureService(TenantResource, String, CancellationToken) |
Gets a specific Azure service for support ticket creation.
|
GetSupportAzureServiceAsync(TenantResource, String, CancellationToken) |
Gets a specific Azure service for support ticket creation.
|
GetSupportAzureServices(TenantResource) |
Gets a collection of SupportAzureServiceResources in the TenantResource. MockingTo mock this method, please mock GetSupportAzureServices() instead. |
GetTenantFileWorkspace(TenantResource, String, CancellationToken) |
Gets details for a specific file workspace.
|
GetTenantFileWorkspaceAsync(TenantResource, String, CancellationToken) |
Gets details for a specific file workspace.
|
GetTenantFileWorkspaces(TenantResource) |
Gets a collection of TenantFileWorkspaceResources in the TenantResource. MockingTo mock this method, please mock GetTenantFileWorkspaces() instead. |
GetTenantSupportTicket(TenantResource, String, CancellationToken) |
Gets details for a specific support ticket. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
GetTenantSupportTicketAsync(TenantResource, String, CancellationToken) |
Gets details for a specific support ticket. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
GetTenantSupportTickets(TenantResource) |
Gets a collection of TenantSupportTicketResources in the TenantResource. MockingTo mock this method, please mock GetTenantSupportTickets() instead. |
LookUpResourceId(TenantResource, LookUpResourceIdContent, CancellationToken) |
This operation fetches ARM resource id of support resource type.
|
LookUpResourceIdAsync(TenantResource, LookUpResourceIdContent, CancellationToken) |
This operation fetches ARM resource id of support resource type.
|
CheckTrafficManagerRelativeDnsNameAvailability(TenantResource, TrafficManagerRelativeDnsNameAvailabilityContent, CancellationToken) |
Checks the availability of a Traffic Manager Relative DNS name.
|
CheckTrafficManagerRelativeDnsNameAvailabilityAsync(TenantResource, TrafficManagerRelativeDnsNameAvailabilityContent, CancellationToken) |
Checks the availability of a Traffic Manager Relative DNS name.
|
GetTrafficManagerGeographicHierarchy(TenantResource) |
Gets an object representing a TrafficManagerGeographicHierarchyResource along with the instance operations that can be performed on it in the TenantResource. MockingTo mock this method, please mock GetTrafficManagerGeographicHierarchy() instead. |
Applies to
Azure SDK for .NET