Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + type ActionId struct + Name string + ResourceGroup string + SubscriptionId string + WorkflowName string + func ActionID(input string) (*ActionId, error) + func NewActionID(subscriptionId, resourceGroup, workflowName, name string) ActionId + func (id ActionId) ID() string + func (id ActionId) String() string + type IntegrationAccountAgreementId struct + AgreementName string + IntegrationAccountName string + ResourceGroup string + SubscriptionId string + func IntegrationAccountAgreementID(input string) (*IntegrationAccountAgreementId, error) + func NewIntegrationAccountAgreementID(subscriptionId, resourceGroup, integrationAccountName, agreementName string) IntegrationAccountAgreementId + func (id IntegrationAccountAgreementId) ID() string + func (id IntegrationAccountAgreementId) String() string + type IntegrationAccountAssemblyId struct + AssemblyName string + IntegrationAccountName string + ResourceGroup string + SubscriptionId string + func IntegrationAccountAssemblyID(input string) (*IntegrationAccountAssemblyId, error) + func NewIntegrationAccountAssemblyID(subscriptionId, resourceGroup, integrationAccountName, assemblyName string) IntegrationAccountAssemblyId + func (id IntegrationAccountAssemblyId) ID() string + func (id IntegrationAccountAssemblyId) String() string + type IntegrationAccountBatchConfigurationId struct + BatchConfigurationName string + IntegrationAccountName string + ResourceGroup string + SubscriptionId string + func IntegrationAccountBatchConfigurationID(input string) (*IntegrationAccountBatchConfigurationId, error) + func NewIntegrationAccountBatchConfigurationID(...) IntegrationAccountBatchConfigurationId + func (id IntegrationAccountBatchConfigurationId) ID() string + func (id IntegrationAccountBatchConfigurationId) String() string + type IntegrationAccountCertificateId struct + CertificateName string + IntegrationAccountName string + ResourceGroup string + SubscriptionId string + func IntegrationAccountCertificateID(input string) (*IntegrationAccountCertificateId, error) + func NewIntegrationAccountCertificateID(subscriptionId, resourceGroup, integrationAccountName, certificateName string) IntegrationAccountCertificateId + func (id IntegrationAccountCertificateId) ID() string + func (id IntegrationAccountCertificateId) String() string + type IntegrationAccountId struct + Name string + ResourceGroup string + SubscriptionId string + func IntegrationAccountID(input string) (*IntegrationAccountId, error) + func NewIntegrationAccountID(subscriptionId, resourceGroup, name string) IntegrationAccountId + func (id IntegrationAccountId) ID() string + func (id IntegrationAccountId) String() string + type IntegrationAccountMapId struct + IntegrationAccountName string + MapName string + ResourceGroup string + SubscriptionId string + func IntegrationAccountMapID(input string) (*IntegrationAccountMapId, error) + func NewIntegrationAccountMapID(subscriptionId, resourceGroup, integrationAccountName, mapName string) IntegrationAccountMapId + func (id IntegrationAccountMapId) ID() string + func (id IntegrationAccountMapId) String() string + type IntegrationAccountPartnerId struct + IntegrationAccountName string + PartnerName string + ResourceGroup string + SubscriptionId string + func IntegrationAccountPartnerID(input string) (*IntegrationAccountPartnerId, error) + func NewIntegrationAccountPartnerID(subscriptionId, resourceGroup, integrationAccountName, partnerName string) IntegrationAccountPartnerId + func (id IntegrationAccountPartnerId) ID() string + func (id IntegrationAccountPartnerId) String() string + type IntegrationAccountSchemaId struct + IntegrationAccountName string + ResourceGroup string + SchemaName string + SubscriptionId string + func IntegrationAccountSchemaID(input string) (*IntegrationAccountSchemaId, error) + func NewIntegrationAccountSchemaID(subscriptionId, resourceGroup, integrationAccountName, schemaName string) IntegrationAccountSchemaId + func (id IntegrationAccountSchemaId) ID() string + func (id IntegrationAccountSchemaId) String() string + type IntegrationAccountSessionId struct + IntegrationAccountName string + ResourceGroup string + SessionName string + SubscriptionId string + func IntegrationAccountSessionID(input string) (*IntegrationAccountSessionId, error) + func NewIntegrationAccountSessionID(subscriptionId, resourceGroup, integrationAccountName, sessionName string) IntegrationAccountSessionId + func (id IntegrationAccountSessionId) ID() string + func (id IntegrationAccountSessionId) String() string + type IntegrationServiceEnvironmentId struct + Name string + ResourceGroup string + SubscriptionId string + func IntegrationServiceEnvironmentID(input string) (*IntegrationServiceEnvironmentId, error) + func NewIntegrationServiceEnvironmentID(subscriptionId, resourceGroup, name string) IntegrationServiceEnvironmentId + func (id IntegrationServiceEnvironmentId) ID() string + func (id IntegrationServiceEnvironmentId) String() string + type LogicAppStandardId struct + ResourceGroup string + SiteName string + SubscriptionId string + func LogicAppStandardID(input string) (*LogicAppStandardId, error) + func NewLogicAppStandardID(subscriptionId, resourceGroup, siteName string) LogicAppStandardId + func (id LogicAppStandardId) ID() string + func (id LogicAppStandardId) String() string + type TriggerId struct + Name string + ResourceGroup string + SubscriptionId string + WorkflowName string + func NewTriggerID(subscriptionId, resourceGroup, workflowName, name string) TriggerId + func TriggerID(input string) (*TriggerId, error) + func (id TriggerId) ID() string + func (id TriggerId) String() string + type WorkflowId struct + Name string + ResourceGroup string + SubscriptionId string + func NewWorkflowID(subscriptionId, resourceGroup, name string) WorkflowId + func WorkflowID(input string) (*WorkflowId, error) + func (id WorkflowId) ID() string + func (id WorkflowId) String() string