Megosztás a következőn keresztül:


LogicExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Logic.

public static class LogicExtensions
type LogicExtensions = class
Public Module LogicExtensions
Inheritance
LogicExtensions

Methods

GetIntegrationAccount(ResourceGroupResource, String, CancellationToken)

Gets an integration account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}
  • Operation Id: IntegrationAccounts_Get
GetIntegrationAccountAgreementResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountAgreementResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountAgreementResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountAgreementResource(ResourceIdentifier) instead.

GetIntegrationAccountAssemblyDefinitionResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountAssemblyDefinitionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountAssemblyDefinitionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountAssemblyDefinitionResource(ResourceIdentifier) instead.

GetIntegrationAccountAsync(ResourceGroupResource, String, CancellationToken)

Gets an integration account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}
  • Operation Id: IntegrationAccounts_Get
GetIntegrationAccountBatchConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountBatchConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountBatchConfigurationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountBatchConfigurationResource(ResourceIdentifier) instead.

GetIntegrationAccountCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountCertificateResource(ResourceIdentifier) instead.

GetIntegrationAccountMapResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountMapResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountMapResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountMapResource(ResourceIdentifier) instead.

GetIntegrationAccountPartnerResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountPartnerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountPartnerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountPartnerResource(ResourceIdentifier) instead.

GetIntegrationAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an IntegrationAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountResource(ResourceIdentifier) instead.

GetIntegrationAccounts(ResourceGroupResource)

Gets a collection of IntegrationAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetIntegrationAccounts() instead.

GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken)

Gets a list of integration accounts by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
  • Operation Id: IntegrationAccounts_ListBySubscription
GetIntegrationAccountsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Gets a list of integration accounts by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
  • Operation Id: IntegrationAccounts_ListBySubscription
GetIntegrationAccountSchemaResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountSchemaResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountSchemaResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountSchemaResource(ResourceIdentifier) instead.

GetIntegrationAccountSessionResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationAccountSessionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationAccountSessionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationAccountSessionResource(ResourceIdentifier) instead.

GetIntegrationServiceEnvironment(ResourceGroupResource, String, CancellationToken)

Gets an integration service environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}
  • Operation Id: IntegrationServiceEnvironments_Get
GetIntegrationServiceEnvironmentAsync(ResourceGroupResource, String, CancellationToken)

Gets an integration service environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}
  • Operation Id: IntegrationServiceEnvironments_Get
GetIntegrationServiceEnvironmentManagedApiResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationServiceEnvironmentManagedApiResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IntegrationServiceEnvironmentManagedApiResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationServiceEnvironmentManagedApiResource(ResourceIdentifier) instead.

GetIntegrationServiceEnvironmentResource(ArmClient, ResourceIdentifier)

Gets an object representing an IntegrationServiceEnvironmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an IntegrationServiceEnvironmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIntegrationServiceEnvironmentResource(ResourceIdentifier) instead.

GetIntegrationServiceEnvironments(ResourceGroupResource)

Gets a collection of IntegrationServiceEnvironmentResources in the ResourceGroupResource. MockingTo mock this method, please mock GetIntegrationServiceEnvironments() instead.

GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

Gets a list of integration service environments by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Operation Id: IntegrationServiceEnvironments_ListBySubscription
GetIntegrationServiceEnvironmentsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Gets a list of integration service environments by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Operation Id: IntegrationServiceEnvironments_ListBySubscription
GetLogicWorkflow(ResourceGroupResource, String, CancellationToken)

Gets a workflow.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
  • Operation Id: Workflows_Get
GetLogicWorkflowAsync(ResourceGroupResource, String, CancellationToken)

Gets a workflow.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
  • Operation Id: Workflows_Get
GetLogicWorkflowResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a LogicWorkflowResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowResource(ResourceIdentifier) instead.

GetLogicWorkflowRunActionRepetitionRequestHistoryResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowRunActionRepetitionRequestHistoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String, String) to create a LogicWorkflowRunActionRepetitionRequestHistoryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowRunActionRepetitionRequestHistoryResource(ResourceIdentifier) instead.

GetLogicWorkflowRunActionRepetitionResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowRunActionRepetitionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a LogicWorkflowRunActionRepetitionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowRunActionRepetitionResource(ResourceIdentifier) instead.

GetLogicWorkflowRunActionRequestHistoryResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowRunActionRequestHistoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a LogicWorkflowRunActionRequestHistoryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowRunActionRequestHistoryResource(ResourceIdentifier) instead.

GetLogicWorkflowRunActionResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowRunActionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a LogicWorkflowRunActionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowRunActionResource(ResourceIdentifier) instead.

GetLogicWorkflowRunActionScopeRepetitionResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowRunActionScopeRepetitionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a LogicWorkflowRunActionScopeRepetitionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowRunActionScopeRepetitionResource(ResourceIdentifier) instead.

GetLogicWorkflowRunOperationResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowRunOperationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a LogicWorkflowRunOperationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowRunOperationResource(ResourceIdentifier) instead.

GetLogicWorkflowRunResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowRunResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LogicWorkflowRunResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowRunResource(ResourceIdentifier) instead.

GetLogicWorkflows(ResourceGroupResource)

Gets a collection of LogicWorkflowResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLogicWorkflows() instead.

GetLogicWorkflows(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Gets a list of workflows by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows
  • Operation Id: Workflows_ListBySubscription
GetLogicWorkflowsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Gets a list of workflows by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows
  • Operation Id: Workflows_ListBySubscription
GetLogicWorkflowTriggerHistoryResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowTriggerHistoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a LogicWorkflowTriggerHistoryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowTriggerHistoryResource(ResourceIdentifier) instead.

GetLogicWorkflowTriggerResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowTriggerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LogicWorkflowTriggerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowTriggerResource(ResourceIdentifier) instead.

GetLogicWorkflowVersionResource(ArmClient, ResourceIdentifier)

Gets an object representing a LogicWorkflowVersionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LogicWorkflowVersionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLogicWorkflowVersionResource(ResourceIdentifier) instead.

ValidateByLocationWorkflow(ResourceGroupResource, AzureLocation, String, LogicWorkflowData, CancellationToken)

Validates the workflow definition.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate
  • Operation Id: Workflows_ValidateByLocation
ValidateByLocationWorkflowAsync(ResourceGroupResource, AzureLocation, String, LogicWorkflowData, CancellationToken)

Validates the workflow definition.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate
  • Operation Id: Workflows_ValidateByLocation

Applies to