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 PossibleValuesForBackupManagementType() []string + func PossibleValuesForProtectableContainerType() []string + func ValidateBackupFabricID(input interface{}, key string) (warnings []string, errors []error) + type AzureStorageProtectableContainer struct + BackupManagementType *BackupManagementType + ContainerId *string + FriendlyName *string + HealthStatus *string + ProtectableContainerType ProtectableContainerType + func (s AzureStorageProtectableContainer) MarshalJSON() ([]byte, error) + func (s AzureStorageProtectableContainer) ProtectableContainer() BaseProtectableContainerImpl + type AzureVMAppContainerProtectableContainer struct + BackupManagementType *BackupManagementType + ContainerId *string + FriendlyName *string + HealthStatus *string + ProtectableContainerType ProtectableContainerType + func (s AzureVMAppContainerProtectableContainer) MarshalJSON() ([]byte, error) + func (s AzureVMAppContainerProtectableContainer) ProtectableContainer() BaseProtectableContainerImpl + type BackupFabricId struct + BackupFabricName string + ResourceGroupName string + SubscriptionId string + VaultName string + func NewBackupFabricID(subscriptionId string, resourceGroupName string, vaultName string, ...) BackupFabricId + func ParseBackupFabricID(input string) (*BackupFabricId, error) + func ParseBackupFabricIDInsensitively(input string) (*BackupFabricId, error) + func (id *BackupFabricId) FromParseResult(input resourceids.ParseResult) error + func (id BackupFabricId) ID() string + func (id BackupFabricId) Segments() []resourceids.Segment + func (id BackupFabricId) String() string + type BackupManagementType string + const BackupManagementTypeAzureBackupServer + const BackupManagementTypeAzureIaasVM + const BackupManagementTypeAzureSql + const BackupManagementTypeAzureStorage + const BackupManagementTypeAzureWorkload + const BackupManagementTypeDPM + const BackupManagementTypeDefaultBackup + const BackupManagementTypeInvalid + const BackupManagementTypeMAB + type BaseProtectableContainerImpl struct + BackupManagementType *BackupManagementType + ContainerId *string + FriendlyName *string + HealthStatus *string + ProtectableContainerType ProtectableContainerType + func (s BaseProtectableContainerImpl) ProtectableContainer() BaseProtectableContainerImpl + type ListCompleteResult struct + Items []ProtectableContainerResource + type ListOperationOptions struct + Filter *string + func DefaultListOperationOptions() ListOperationOptions + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ProtectableContainerResource + func (r ListOperationResponse) HasMore() bool + func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error) + type ProtectableContainer interface + ProtectableContainer func() BaseProtectableContainerImpl + func UnmarshalProtectableContainerImplementation(input []byte) (ProtectableContainer, error) + type ProtectableContainerResource struct + ETag *string + Id *string + Location *string + Name *string + Properties ProtectableContainer + Tags *map[string]string + Type *string + func (s *ProtectableContainerResource) UnmarshalJSON(bytes []byte) error + type ProtectableContainerResourceOperationPredicate struct + ETag *string + Id *string + Location *string + Name *string + Type *string + func (p ProtectableContainerResourceOperationPredicate) Matches(input ProtectableContainerResource) bool + type ProtectableContainerType string + const ProtectableContainerTypeAzureBackupServerContainer + const ProtectableContainerTypeAzureSqlContainer + const ProtectableContainerTypeAzureWorkloadContainer + const ProtectableContainerTypeCluster + const ProtectableContainerTypeDPMContainer + const ProtectableContainerTypeGenericContainer + const ProtectableContainerTypeIaasVMContainer + const ProtectableContainerTypeIaasVMServiceContainer + const ProtectableContainerTypeInvalid + const ProtectableContainerTypeMABContainer + const ProtectableContainerTypeMicrosoftPointClassicComputeVirtualMachines + const ProtectableContainerTypeMicrosoftPointComputeVirtualMachines + const ProtectableContainerTypeSQLAGWorkLoadContainer + const ProtectableContainerTypeStorageContainer + const ProtectableContainerTypeUnknown + const ProtectableContainerTypeVCenter + const ProtectableContainerTypeVMAppContainer + const ProtectableContainerTypeWindows + type ProtectableContainersClient struct + Client autorest.Client + func NewProtectableContainersClientWithBaseURI(endpoint string) ProtectableContainersClient + func (c ProtectableContainersClient) List(ctx context.Context, id BackupFabricId, options ListOperationOptions) (resp ListOperationResponse, err error) + func (c ProtectableContainersClient) ListComplete(ctx context.Context, id BackupFabricId, options ListOperationOptions) (ListCompleteResult, error) + func (c ProtectableContainersClient) ListCompleteMatchingPredicate(ctx context.Context, id BackupFabricId, options ListOperationOptions, ...) (resp ListCompleteResult, err error) + type RawProtectableContainerImpl struct + Type string + Values map[string]interface{} + func (s RawProtectableContainerImpl) ProtectableContainer() BaseProtectableContainerImpl