Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + type AutomationAccountId struct + Name string + ResourceGroup string + SubscriptionId string + func AutomationAccountID(input string) (*AutomationAccountId, error) + func NewAutomationAccountID(subscriptionId, resourceGroup, name string) AutomationAccountId + func (id AutomationAccountId) ID() string + func (id AutomationAccountId) String() string + type CertificateId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func CertificateID(input string) (*CertificateId, error) + func NewCertificateID(subscriptionId, resourceGroup, automationAccountName, name string) CertificateId + func (id CertificateId) ID() string + func (id CertificateId) String() string + type ConfigurationId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func ConfigurationID(input string) (*ConfigurationId, error) + func NewConfigurationID(subscriptionId, resourceGroup, automationAccountName, name string) ConfigurationId + func (id ConfigurationId) ID() string + func (id ConfigurationId) String() string + type ConnectionId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func ConnectionID(input string) (*ConnectionId, error) + func NewConnectionID(subscriptionId, resourceGroup, automationAccountName, name string) ConnectionId + func (id ConnectionId) ID() string + func (id ConnectionId) String() string + type CredentialId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func CredentialID(input string) (*CredentialId, error) + func NewCredentialID(subscriptionId, resourceGroup, automationAccountName, name string) CredentialId + func (id CredentialId) ID() string + func (id CredentialId) String() string + type JobScheduleId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func JobScheduleID(input string) (*JobScheduleId, error) + func NewJobScheduleID(subscriptionId, resourceGroup, automationAccountName, name string) JobScheduleId + func (id JobScheduleId) ID() string + func (id JobScheduleId) String() string + type ModuleId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func ModuleID(input string) (*ModuleId, error) + func NewModuleID(subscriptionId, resourceGroup, automationAccountName, name string) ModuleId + func (id ModuleId) ID() string + func (id ModuleId) String() string + type NodeConfigurationId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func NewNodeConfigurationID(subscriptionId, resourceGroup, automationAccountName, name string) NodeConfigurationId + func NodeConfigurationID(input string) (*NodeConfigurationId, error) + func (id NodeConfigurationId) ID() string + func (id NodeConfigurationId) String() string + type RunbookId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func NewRunbookID(subscriptionId, resourceGroup, automationAccountName, name string) RunbookId + func RunbookID(input string) (*RunbookId, error) + func (id RunbookId) ID() string + func (id RunbookId) String() string + type ScheduleId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func NewScheduleID(subscriptionId, resourceGroup, automationAccountName, name string) ScheduleId + func ScheduleID(input string) (*ScheduleId, error) + func (id ScheduleId) ID() string + func (id ScheduleId) String() string + type VariableId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func NewVariableID(subscriptionId, resourceGroup, automationAccountName, name string) VariableId + func VariableID(input string) (*VariableId, error) + func (id VariableId) ID() string + func (id VariableId) String() string + type WebhookId struct + AutomationAccountName string + Name string + ResourceGroup string + SubscriptionId string + func NewWebhookID(subscriptionId, resourceGroup, automationAccountName, name string) WebhookId + func WebhookID(input string) (*WebhookId, error) + func (id WebhookId) ID() string + func (id WebhookId) String() string