Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForModuleProvisioningState() []string + func ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePython3PackageID(input interface{}, key string) (warnings []string, errors []error) + type AutomationAccountId struct + AutomationAccountName string + ResourceGroupName string + SubscriptionId string + func NewAutomationAccountID(subscriptionId string, resourceGroupName string, automationAccountName string) AutomationAccountId + func ParseAutomationAccountID(input string) (*AutomationAccountId, error) + func ParseAutomationAccountIDInsensitively(input string) (*AutomationAccountId, error) + func (id *AutomationAccountId) FromParseResult(input resourceids.ParseResult) error + func (id AutomationAccountId) ID() string + func (id AutomationAccountId) Segments() []resourceids.Segment + func (id AutomationAccountId) String() string + type ContentHash struct + Algorithm string + Value string + type ContentLink struct + ContentHash *ContentHash + Uri *string + Version *string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Module + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *Module + OData *odata.OData + type ListByAutomationAccountCompleteResult struct + Items []Module + LatestHttpResponse *http.Response + type ListByAutomationAccountCustomPager struct + NextLink *odata.Link + func (p *ListByAutomationAccountCustomPager) NextPageLink() *odata.Link + type ListByAutomationAccountOperationResponse struct + HttpResponse *http.Response + Model *[]Module + OData *odata.OData + type Module struct + Etag *string + Id *string + Location *string + Name *string + Properties *ModuleProperties + Tags *map[string]string + Type *string + type ModuleErrorInfo struct + Code *string + Message *string + type ModuleOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p ModuleOperationPredicate) Matches(input Module) bool + type ModuleProperties struct + ActivityCount *int64 + ContentLink *ContentLink + CreationTime *string + Description *string + Error *ModuleErrorInfo + IsComposite *bool + IsGlobal *bool + LastModifiedTime *string + ProvisioningState *ModuleProvisioningState + SizeInBytes *int64 + Version *string + func (o *ModuleProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *ModuleProperties) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *ModuleProperties) SetCreationTimeAsTime(input time.Time) + func (o *ModuleProperties) SetLastModifiedTimeAsTime(input time.Time) + type ModuleProvisioningState string + const ModuleProvisioningStateActivitiesStored + const ModuleProvisioningStateCancelled + const ModuleProvisioningStateConnectionTypeImported + const ModuleProvisioningStateContentDownloaded + const ModuleProvisioningStateContentRetrieved + const ModuleProvisioningStateContentStored + const ModuleProvisioningStateContentValidated + const ModuleProvisioningStateCreated + const ModuleProvisioningStateCreating + const ModuleProvisioningStateFailed + const ModuleProvisioningStateModuleDataStored + const ModuleProvisioningStateModuleImportRunbookComplete + const ModuleProvisioningStateRunningImportModuleRunbook + const ModuleProvisioningStateStartingImportModuleRunbook + const ModuleProvisioningStateSucceeded + const ModuleProvisioningStateUpdating + func (s *ModuleProvisioningState) UnmarshalJSON(bytes []byte) error + type Python3PackageClient struct + Client *resourcemanager.Client + func NewPython3PackageClientWithBaseURI(sdkApi sdkEnv.Api) (*Python3PackageClient, error) + func (c Python3PackageClient) CreateOrUpdate(ctx context.Context, id Python3PackageId, input PythonPackageCreateParameters) (result CreateOrUpdateOperationResponse, err error) + func (c Python3PackageClient) CreateOrUpdateThenPoll(ctx context.Context, id Python3PackageId, input PythonPackageCreateParameters) error + func (c Python3PackageClient) Delete(ctx context.Context, id Python3PackageId) (result DeleteOperationResponse, err error) + func (c Python3PackageClient) Get(ctx context.Context, id Python3PackageId) (result GetOperationResponse, err error) + func (c Python3PackageClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId) (result ListByAutomationAccountOperationResponse, err error) + func (c Python3PackageClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId) (ListByAutomationAccountCompleteResult, error) + func (c Python3PackageClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (result ListByAutomationAccountCompleteResult, err error) + func (c Python3PackageClient) Update(ctx context.Context, id Python3PackageId, input PythonPackageUpdateParameters) (result UpdateOperationResponse, err error) + type Python3PackageId struct + AutomationAccountName string + Python3PackageName string + ResourceGroupName string + SubscriptionId string + func NewPython3PackageID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) Python3PackageId + func ParsePython3PackageID(input string) (*Python3PackageId, error) + func ParsePython3PackageIDInsensitively(input string) (*Python3PackageId, error) + func (id *Python3PackageId) FromParseResult(input resourceids.ParseResult) error + func (id Python3PackageId) ID() string + func (id Python3PackageId) Segments() []resourceids.Segment + func (id Python3PackageId) String() string + type PythonPackageCreateParameters struct + Properties PythonPackageCreateProperties + Tags *map[string]string + type PythonPackageCreateProperties struct + ContentLink ContentLink + type PythonPackageUpdateParameters struct + Tags *map[string]string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Module + OData *odata.OData