accountmigrations

package
v0.20240209.1120443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations Documentation

The accountmigrations SDK allows for interaction with the Azure Resource Manager Service storage (API Version 2023-01-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids"
import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations"

Client Initialization

client := accountmigrations.NewAccountMigrationsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: AccountMigrationsClient.StorageAccountsCustomerInitiatedMigration

ctx := context.TODO()
id := commonids.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue")

payload := accountmigrations.StorageAccountMigration{
	// ...
}


if err := client.StorageAccountsCustomerInitiatedMigrationThenPoll(ctx, id, payload); err != nil {
	// handle the error
}

Example Usage: AccountMigrationsClient.StorageAccountsGetCustomerInitiatedMigration

ctx := context.TODO()
id := commonids.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue")

read, err := client.StorageAccountsGetCustomerInitiatedMigration(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForMigrationStatus

func PossibleValuesForMigrationStatus() []string

func PossibleValuesForSkuName

func PossibleValuesForSkuName() []string

Types

type AccountMigrationsClient

type AccountMigrationsClient struct {
	Client *resourcemanager.Client
}

func NewAccountMigrationsClientWithBaseURI

func NewAccountMigrationsClientWithBaseURI(sdkApi sdkEnv.Api) (*AccountMigrationsClient, error)

func (AccountMigrationsClient) StorageAccountsCustomerInitiatedMigration

StorageAccountsCustomerInitiatedMigration ...

func (AccountMigrationsClient) StorageAccountsCustomerInitiatedMigrationThenPoll

func (c AccountMigrationsClient) StorageAccountsCustomerInitiatedMigrationThenPoll(ctx context.Context, id commonids.StorageAccountId, input StorageAccountMigration) error

StorageAccountsCustomerInitiatedMigrationThenPoll performs StorageAccountsCustomerInitiatedMigration then polls until it's completed

func (AccountMigrationsClient) StorageAccountsGetCustomerInitiatedMigration

StorageAccountsGetCustomerInitiatedMigration ...

type MigrationStatus

type MigrationStatus string
const (
	MigrationStatusComplete               MigrationStatus = "Complete"
	MigrationStatusFailed                 MigrationStatus = "Failed"
	MigrationStatusInProgress             MigrationStatus = "InProgress"
	MigrationStatusInvalid                MigrationStatus = "Invalid"
	MigrationStatusSubmittedForConversion MigrationStatus = "SubmittedForConversion"
)

func (*MigrationStatus) UnmarshalJSON

func (s *MigrationStatus) UnmarshalJSON(bytes []byte) error

type SkuName

type SkuName string
const (
	SkuNamePremiumLRS     SkuName = "Premium_LRS"
	SkuNamePremiumZRS     SkuName = "Premium_ZRS"
	SkuNameStandardGRS    SkuName = "Standard_GRS"
	SkuNameStandardGZRS   SkuName = "Standard_GZRS"
	SkuNameStandardLRS    SkuName = "Standard_LRS"
	SkuNameStandardRAGRS  SkuName = "Standard_RAGRS"
	SkuNameStandardRAGZRS SkuName = "Standard_RAGZRS"
	SkuNameStandardZRS    SkuName = "Standard_ZRS"
)

func (*SkuName) UnmarshalJSON

func (s *SkuName) UnmarshalJSON(bytes []byte) error

type StorageAccountMigration

type StorageAccountMigration struct {
	Id         *string                           `json:"id,omitempty"`
	Name       *string                           `json:"name,omitempty"`
	Properties StorageAccountMigrationProperties `json:"properties"`
	Type       *string                           `json:"type,omitempty"`
}

type StorageAccountMigrationProperties

type StorageAccountMigrationProperties struct {
	MigrationFailedDetailedReason *string          `json:"migrationFailedDetailedReason,omitempty"`
	MigrationFailedReason         *string          `json:"migrationFailedReason,omitempty"`
	MigrationStatus               *MigrationStatus `json:"migrationStatus,omitempty"`
	TargetSkuName                 SkuName          `json:"targetSkuName"`
}

type StorageAccountsCustomerInitiatedMigrationOperationResponse

type StorageAccountsCustomerInitiatedMigrationOperationResponse struct {
	Poller       pollers.Poller
	HttpResponse *http.Response
	OData        *odata.OData
}

type StorageAccountsGetCustomerInitiatedMigrationOperationResponse

type StorageAccountsGetCustomerInitiatedMigrationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *StorageAccountMigration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL