Versions in this module Expand all Collapse all v35 v35.1.0 Nov 1, 2019 v35.0.0 Oct 30, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AccessControlRecord struct + ID *string + Name *string + Type *string + func (acr *AccessControlRecord) UnmarshalJSON(body []byte) error + func (acr AccessControlRecord) MarshalJSON() ([]byte, error) + type AccessControlRecordList struct + Value *[]AccessControlRecord + type AccessControlRecordProperties struct + InitiatorName *string + type AccessControlRecordsClient struct + func NewAccessControlRecordsClient(subscriptionID string) AccessControlRecordsClient + func NewAccessControlRecordsClientWithBaseURI(baseURI string, subscriptionID string) AccessControlRecordsClient + func (client AccessControlRecordsClient) CreateOrUpdate(ctx context.Context, accessControlRecordName string, ...) (result AccessControlRecordsCreateOrUpdateFuture, err error) + func (client AccessControlRecordsClient) CreateOrUpdatePreparer(ctx context.Context, accessControlRecordName string, ...) (*http.Request, error) + func (client AccessControlRecordsClient) CreateOrUpdateResponder(resp *http.Response) (result AccessControlRecord, err error) + func (client AccessControlRecordsClient) CreateOrUpdateSender(req *http.Request) (future AccessControlRecordsCreateOrUpdateFuture, err error) + func (client AccessControlRecordsClient) Delete(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (result AccessControlRecordsDeleteFuture, err error) + func (client AccessControlRecordsClient) DeletePreparer(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (*http.Request, error) + func (client AccessControlRecordsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccessControlRecordsClient) DeleteSender(req *http.Request) (future AccessControlRecordsDeleteFuture, err error) + func (client AccessControlRecordsClient) Get(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (result AccessControlRecord, err error) + func (client AccessControlRecordsClient) GetPreparer(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (*http.Request, error) + func (client AccessControlRecordsClient) GetResponder(resp *http.Response) (result AccessControlRecord, err error) + func (client AccessControlRecordsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccessControlRecordsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result AccessControlRecordList, err error) + func (client AccessControlRecordsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client AccessControlRecordsClient) ListByManagerResponder(resp *http.Response) (result AccessControlRecordList, err error) + func (client AccessControlRecordsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type AccessControlRecordsCreateOrUpdateFuture struct + func (future *AccessControlRecordsCreateOrUpdateFuture) Result(client AccessControlRecordsClient) (acr AccessControlRecord, err error) + type AccessControlRecordsDeleteFuture struct + func (future *AccessControlRecordsDeleteFuture) Result(client AccessControlRecordsClient) (ar autorest.Response, err error) + type Alert struct + ID *string + Name *string + Type *string + func (a *Alert) UnmarshalJSON(body []byte) error + func (a Alert) MarshalJSON() ([]byte, error) + type AlertEmailNotificationStatus string + const Disabled + const Enabled + func PossibleAlertEmailNotificationStatusValues() []AlertEmailNotificationStatus + type AlertErrorDetails struct + ErrorCode *string + ErrorMessage *string + Occurences *int32 + type AlertFilter struct + AppearedOnTime *date.Time + Severity AlertSeverity + SourceName *string + SourceType AlertSourceType + Status AlertStatus + type AlertList struct + NextLink *string + Value *[]Alert + func (al AlertList) IsEmpty() bool + type AlertListIterator struct + func NewAlertListIterator(page AlertListPage) AlertListIterator + func (iter *AlertListIterator) Next() error + func (iter *AlertListIterator) NextWithContext(ctx context.Context) (err error) + func (iter AlertListIterator) NotDone() bool + func (iter AlertListIterator) Response() AlertList + func (iter AlertListIterator) Value() Alert + type AlertListPage struct + func NewAlertListPage(getNextPage func(context.Context, AlertList) (AlertList, error)) AlertListPage + func (page *AlertListPage) Next() error + func (page *AlertListPage) NextWithContext(ctx context.Context) (err error) + func (page AlertListPage) NotDone() bool + func (page AlertListPage) Response() AlertList + func (page AlertListPage) Values() []Alert + type AlertProperties struct + AlertType *string + AppearedAtSourceTime *date.Time + AppearedAtTime *date.Time + ClearedAtSourceTime *date.Time + ClearedAtTime *date.Time + DetailedInformation map[string]*string + ErrorDetails *AlertErrorDetails + Recommendation *string + ResolutionReason *string + Scope AlertScope + Severity AlertSeverity + Source *AlertSource + Status AlertStatus + Title *string + func (ap AlertProperties) MarshalJSON() ([]byte, error) + type AlertScope string + const AlertScopeDevice + const AlertScopeResource + func PossibleAlertScopeValues() []AlertScope + type AlertSettings struct + ID *string + Name *string + Type *string + func (as *AlertSettings) UnmarshalJSON(body []byte) error + func (as AlertSettings) MarshalJSON() ([]byte, error) + type AlertSettingsProperties struct + AdditionalRecipientEmailList *[]string + AlertNotificationCulture *string + EmailNotification AlertEmailNotificationStatus + NotificationToServiceOwners ServiceOwnersAlertNotificationStatus + type AlertSeverity string + const Critical + const Informational + const Warning + func PossibleAlertSeverityValues() []AlertSeverity + type AlertSource struct + AlertSourceType AlertSourceType + Name *string + TimeZone *string + type AlertSourceType string + const AlertSourceTypeDevice + const AlertSourceTypeResource + func PossibleAlertSourceTypeValues() []AlertSourceType + type AlertStatus string + const Active + const Cleared + func PossibleAlertStatusValues() []AlertStatus + type AlertsClient struct + func NewAlertsClient(subscriptionID string) AlertsClient + func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient + func (client AlertsClient) Clear(ctx context.Context, request ClearAlertRequest, resourceGroupName string, ...) (result autorest.Response, err error) + func (client AlertsClient) ClearPreparer(ctx context.Context, request ClearAlertRequest, resourceGroupName string, ...) (*http.Request, error) + func (client AlertsClient) ClearResponder(resp *http.Response) (result autorest.Response, err error) + func (client AlertsClient) ClearSender(req *http.Request) (*http.Response, error) + func (client AlertsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string, ...) (result AlertListPage, err error) + func (client AlertsClient) ListByManagerComplete(ctx context.Context, resourceGroupName string, managerName string, ...) (result AlertListIterator, err error) + func (client AlertsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client AlertsClient) ListByManagerResponder(resp *http.Response) (result AlertList, err error) + func (client AlertsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + func (client AlertsClient) SendTestEmail(ctx context.Context, deviceName string, request SendTestAlertEmailRequest, ...) (result autorest.Response, err error) + func (client AlertsClient) SendTestEmailPreparer(ctx context.Context, deviceName string, request SendTestAlertEmailRequest, ...) (*http.Request, error) + func (client AlertsClient) SendTestEmailResponder(resp *http.Response) (result autorest.Response, err error) + func (client AlertsClient) SendTestEmailSender(req *http.Request) (*http.Response, error) + type AsymmetricEncryptedSecret struct + EncryptionAlgorithm EncryptionAlgorithm + EncryptionCertificateThumbprint *string + Value *string + type AuthType string + const AccessControlService + const AzureActiveDirectory + const Invalid + func PossibleAuthTypeValues() []AuthType + type AvailableProviderOperation struct + Display *AvailableProviderOperationDisplay + Name *string + Origin *string + Properties interface{} + type AvailableProviderOperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type AvailableProviderOperations struct + NextLink *string + Value *[]AvailableProviderOperation + func (apo AvailableProviderOperations) IsEmpty() bool + type AvailableProviderOperationsClient struct + func NewAvailableProviderOperationsClient(subscriptionID string) AvailableProviderOperationsClient + func NewAvailableProviderOperationsClientWithBaseURI(baseURI string, subscriptionID string) AvailableProviderOperationsClient + func (client AvailableProviderOperationsClient) List(ctx context.Context) (result AvailableProviderOperationsPage, err error) + func (client AvailableProviderOperationsClient) ListComplete(ctx context.Context) (result AvailableProviderOperationsIterator, err error) + func (client AvailableProviderOperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AvailableProviderOperationsClient) ListResponder(resp *http.Response) (result AvailableProviderOperations, err error) + func (client AvailableProviderOperationsClient) ListSender(req *http.Request) (*http.Response, error) + type AvailableProviderOperationsIterator struct + func NewAvailableProviderOperationsIterator(page AvailableProviderOperationsPage) AvailableProviderOperationsIterator + func (iter *AvailableProviderOperationsIterator) Next() error + func (iter *AvailableProviderOperationsIterator) NextWithContext(ctx context.Context) (err error) + func (iter AvailableProviderOperationsIterator) NotDone() bool + func (iter AvailableProviderOperationsIterator) Response() AvailableProviderOperations + func (iter AvailableProviderOperationsIterator) Value() AvailableProviderOperation + type AvailableProviderOperationsPage struct + func NewAvailableProviderOperationsPage(...) AvailableProviderOperationsPage + func (page *AvailableProviderOperationsPage) Next() error + func (page *AvailableProviderOperationsPage) NextWithContext(ctx context.Context) (err error) + func (page AvailableProviderOperationsPage) NotDone() bool + func (page AvailableProviderOperationsPage) Response() AvailableProviderOperations + func (page AvailableProviderOperationsPage) Values() []AvailableProviderOperation + type Backup struct + ID *string + Name *string + Type *string + func (b *Backup) UnmarshalJSON(body []byte) error + func (b Backup) MarshalJSON() ([]byte, error) + type BackupElement struct + ID *string + Name *string + Type *string + func (be *BackupElement) UnmarshalJSON(body []byte) error + func (be BackupElement) MarshalJSON() ([]byte, error) + type BackupElementProperties struct + DataPolicy DataPolicy + EndpointName *string + SizeInBytes *int64 + type BackupFilter struct + CreatedTime *date.Time + InitiatedBy InitiatedBy + type BackupList struct + NextLink *string + Value *[]Backup + func (bl BackupList) IsEmpty() bool + type BackupListIterator struct + func NewBackupListIterator(page BackupListPage) BackupListIterator + func (iter *BackupListIterator) Next() error + func (iter *BackupListIterator) NextWithContext(ctx context.Context) (err error) + func (iter BackupListIterator) NotDone() bool + func (iter BackupListIterator) Response() BackupList + func (iter BackupListIterator) Value() Backup + type BackupListPage struct + func NewBackupListPage(getNextPage func(context.Context, BackupList) (BackupList, error)) BackupListPage + func (page *BackupListPage) Next() error + func (page *BackupListPage) NextWithContext(ctx context.Context) (err error) + func (page BackupListPage) NotDone() bool + func (page BackupListPage) Response() BackupList + func (page BackupListPage) Values() []Backup + type BackupProperties struct + CreatedTime *date.Time + DeviceID *string + Elements *[]BackupElement + ExpirationTime *date.Time + InitiatedBy InitiatedBy + SizeInBytes *int64 + TargetID *string + TargetType *string + type BackupScheduleGroup struct + ID *string + Name *string + Type *string + func (bsg *BackupScheduleGroup) UnmarshalJSON(body []byte) error + func (bsg BackupScheduleGroup) MarshalJSON() ([]byte, error) + type BackupScheduleGroupList struct + Value *[]BackupScheduleGroup + type BackupScheduleGroupProperties struct + StartTime *Time + type BackupScheduleGroupsClient struct + func NewBackupScheduleGroupsClient(subscriptionID string) BackupScheduleGroupsClient + func NewBackupScheduleGroupsClientWithBaseURI(baseURI string, subscriptionID string) BackupScheduleGroupsClient + func (client BackupScheduleGroupsClient) CreateOrUpdate(ctx context.Context, deviceName string, scheduleGroupName string, ...) (result BackupScheduleGroupsCreateOrUpdateFuture, err error) + func (client BackupScheduleGroupsClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, scheduleGroupName string, ...) (*http.Request, error) + func (client BackupScheduleGroupsClient) CreateOrUpdateResponder(resp *http.Response) (result BackupScheduleGroup, err error) + func (client BackupScheduleGroupsClient) CreateOrUpdateSender(req *http.Request) (future BackupScheduleGroupsCreateOrUpdateFuture, err error) + func (client BackupScheduleGroupsClient) Delete(ctx context.Context, deviceName string, scheduleGroupName string, ...) (result BackupScheduleGroupsDeleteFuture, err error) + func (client BackupScheduleGroupsClient) DeletePreparer(ctx context.Context, deviceName string, scheduleGroupName string, ...) (*http.Request, error) + func (client BackupScheduleGroupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupScheduleGroupsClient) DeleteSender(req *http.Request) (future BackupScheduleGroupsDeleteFuture, err error) + func (client BackupScheduleGroupsClient) Get(ctx context.Context, deviceName string, scheduleGroupName string, ...) (result BackupScheduleGroup, err error) + func (client BackupScheduleGroupsClient) GetPreparer(ctx context.Context, deviceName string, scheduleGroupName string, ...) (*http.Request, error) + func (client BackupScheduleGroupsClient) GetResponder(resp *http.Response) (result BackupScheduleGroup, err error) + func (client BackupScheduleGroupsClient) GetSender(req *http.Request) (*http.Response, error) + func (client BackupScheduleGroupsClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result BackupScheduleGroupList, err error) + func (client BackupScheduleGroupsClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client BackupScheduleGroupsClient) ListByDeviceResponder(resp *http.Response) (result BackupScheduleGroupList, err error) + func (client BackupScheduleGroupsClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + type BackupScheduleGroupsCreateOrUpdateFuture struct + func (future *BackupScheduleGroupsCreateOrUpdateFuture) Result(client BackupScheduleGroupsClient) (bsg BackupScheduleGroup, err error) + type BackupScheduleGroupsDeleteFuture struct + func (future *BackupScheduleGroupsDeleteFuture) Result(client BackupScheduleGroupsClient) (ar autorest.Response, err error) + type BackupsClient struct + func NewBackupsClient(subscriptionID string) BackupsClient + func NewBackupsClientWithBaseURI(baseURI string, subscriptionID string) BackupsClient + func (client BackupsClient) Clone(ctx context.Context, deviceName string, backupName string, elementName string, ...) (result BackupsCloneFuture, err error) + func (client BackupsClient) ClonePreparer(ctx context.Context, deviceName string, backupName string, elementName string, ...) (*http.Request, error) + func (client BackupsClient) CloneResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupsClient) CloneSender(req *http.Request) (future BackupsCloneFuture, err error) + func (client BackupsClient) Delete(ctx context.Context, deviceName string, backupName string, ...) (result BackupsDeleteFuture, err error) + func (client BackupsClient) DeletePreparer(ctx context.Context, deviceName string, backupName string, ...) (*http.Request, error) + func (client BackupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupsClient) DeleteSender(req *http.Request) (future BackupsDeleteFuture, err error) + func (client BackupsClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result BackupListPage, err error) + func (client BackupsClient) ListByDeviceComplete(ctx context.Context, deviceName string, resourceGroupName string, ...) (result BackupListIterator, err error) + func (client BackupsClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client BackupsClient) ListByDeviceResponder(resp *http.Response) (result BackupList, err error) + func (client BackupsClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client BackupsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string, ...) (result BackupListPage, err error) + func (client BackupsClient) ListByManagerComplete(ctx context.Context, resourceGroupName string, managerName string, ...) (result BackupListIterator, err error) + func (client BackupsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client BackupsClient) ListByManagerResponder(resp *http.Response) (result BackupList, err error) + func (client BackupsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type BackupsCloneFuture struct + func (future *BackupsCloneFuture) Result(client BackupsClient) (ar autorest.Response, err error) + type BackupsDeleteFuture struct + func (future *BackupsDeleteFuture) Result(client BackupsClient) (ar autorest.Response, err error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BaseModel struct + ID *string + Name *string + Type *string + type ChapProperties struct + Password *AsymmetricEncryptedSecret + type ChapSettings struct + ID *string + Name *string + Type *string + func (cs *ChapSettings) UnmarshalJSON(body []byte) error + func (cs ChapSettings) MarshalJSON() ([]byte, error) + type ChapSettingsClient struct + func NewChapSettingsClient(subscriptionID string) ChapSettingsClient + func NewChapSettingsClientWithBaseURI(baseURI string, subscriptionID string) ChapSettingsClient + func (client ChapSettingsClient) CreateOrUpdate(ctx context.Context, deviceName string, chapUserName string, ...) (result ChapSettingsCreateOrUpdateFuture, err error) + func (client ChapSettingsClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, chapUserName string, ...) (*http.Request, error) + func (client ChapSettingsClient) CreateOrUpdateResponder(resp *http.Response) (result ChapSettings, err error) + func (client ChapSettingsClient) CreateOrUpdateSender(req *http.Request) (future ChapSettingsCreateOrUpdateFuture, err error) + func (client ChapSettingsClient) Delete(ctx context.Context, deviceName string, chapUserName string, ...) (result ChapSettingsDeleteFuture, err error) + func (client ChapSettingsClient) DeletePreparer(ctx context.Context, deviceName string, chapUserName string, ...) (*http.Request, error) + func (client ChapSettingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ChapSettingsClient) DeleteSender(req *http.Request) (future ChapSettingsDeleteFuture, err error) + func (client ChapSettingsClient) Get(ctx context.Context, deviceName string, chapUserName string, ...) (result ChapSettings, err error) + func (client ChapSettingsClient) GetPreparer(ctx context.Context, deviceName string, chapUserName string, ...) (*http.Request, error) + func (client ChapSettingsClient) GetResponder(resp *http.Response) (result ChapSettings, err error) + func (client ChapSettingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ChapSettingsClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result ChapSettingsList, err error) + func (client ChapSettingsClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client ChapSettingsClient) ListByDeviceResponder(resp *http.Response) (result ChapSettingsList, err error) + func (client ChapSettingsClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + type ChapSettingsCreateOrUpdateFuture struct + func (future *ChapSettingsCreateOrUpdateFuture) Result(client ChapSettingsClient) (cs ChapSettings, err error) + type ChapSettingsDeleteFuture struct + func (future *ChapSettingsDeleteFuture) Result(client ChapSettingsClient) (ar autorest.Response, err error) + type ChapSettingsList struct + Value *[]ChapSettings + type ClearAlertRequest struct + Alerts *[]string + ResolutionMessage *string + type CloneRequest struct + func (cr *CloneRequest) UnmarshalJSON(body []byte) error + func (cr CloneRequest) MarshalJSON() ([]byte, error) + type CloneRequestProperties struct + Disk *ISCSIDisk + NewEndpointName *string + Share *FileShare + TargetAccessPointID *string + TargetDeviceID *string + type CloudType string + const Azure + const HP + const OpenStack + const S3 + const S3RRS + func PossibleCloudTypeValues() []CloudType + type ContractVersions string + const InvalidVersion + const V201109 + const V201202 + const V201205 + const V201212 + const V201304 + const V201310 + const V201311 + const V201404 + const V201406 + const V201407 + const V201409 + const V201410 + const V201412 + const V201501 + const V201502 + const V201504 + const V201505 + const V201506 + const V201507 + const V201508 + const V201510 + const V201512 + const V201601 + const V201602 + const V201604 + const V201605 + const V201607 + const V201608 + func PossibleContractVersionsValues() []ContractVersions + type DataPolicy string + const DataPolicyCloud + const DataPolicyInvalid + const DataPolicyLocal + const DataPolicyTiered + func PossibleDataPolicyValues() []DataPolicy + type Device struct + ID *string + Name *string + Type *string + func (d *Device) UnmarshalJSON(body []byte) error + func (d Device) MarshalJSON() ([]byte, error) + type DeviceConfigurationStatus string + const Complete + const Pending + func PossibleDeviceConfigurationStatusValues() []DeviceConfigurationStatus + type DeviceDetails struct + AvailableLocalStorageInBytes *int64 + AvailableStorageInBytes *int64 + EndpointCount *int32 + ProvisionedLocalStorageInBytes *int64 + ProvisionedStorageInBytes *int64 + TotalBackupSizeInBytes *int64 + TotalLocalStorageInBytes *int64 + TotalStorageInBytes *int64 + UsingLocalStorageInBytes *int64 + UsingStorageInBytes *int64 + type DeviceList struct + Value *[]Device + type DeviceOperation string + const Browsable + const DRSource + const DRTarget + const Deactivate + const Delete + const DeleteWithWarning + const None + const ReadOnlyForDR + func PossibleDeviceOperationValues() []DeviceOperation + type DevicePatch struct + DeviceDescription *string + type DeviceProperties struct + ActivationTime *date.Time + AllowedDeviceOperations *[]DeviceOperation + Culture *string + Details *DeviceDetails + DeviceCapabilities *[]SupportedDeviceCapabilities + DeviceConfigurationStatus DeviceConfigurationStatus + DeviceDescription *string + DeviceSoftwareVersion *string + DomainName *string + FriendlySoftwareName *string + ModelDescription *string + Status DeviceStatus + Type DeviceType + type DeviceStatus string + const Creating + const Deactivated + const Deactivating + const Deleted + const MaintenanceMode + const Offline + const Online + const Provisioning + const ReadyToSetup + const RequiresAttention + const Unknown + func PossibleDeviceStatusValues() []DeviceStatus + type DeviceType string + const DeviceTypeAppliance + const DeviceTypeInvalid + const DeviceTypeSeries9000OnPremVirtualAppliance + const DeviceTypeSeries9000PhysicalAppliance + const DeviceTypeSeries9000VirtualAppliance + const DeviceTypeVirtualAppliance + func PossibleDeviceTypeValues() []DeviceType + type DevicesClient struct + func NewDevicesClient(subscriptionID string) DevicesClient + func NewDevicesClientWithBaseURI(baseURI string, subscriptionID string) DevicesClient + func (client DevicesClient) CreateOrUpdateAlertSettings(ctx context.Context, deviceName string, alertSettings AlertSettings, ...) (result DevicesCreateOrUpdateAlertSettingsFuture, err error) + func (client DevicesClient) CreateOrUpdateAlertSettingsPreparer(ctx context.Context, deviceName string, alertSettings AlertSettings, ...) (*http.Request, error) + func (client DevicesClient) CreateOrUpdateAlertSettingsResponder(resp *http.Response) (result AlertSettings, err error) + func (client DevicesClient) CreateOrUpdateAlertSettingsSender(req *http.Request) (future DevicesCreateOrUpdateAlertSettingsFuture, err error) + func (client DevicesClient) CreateOrUpdateSecuritySettings(ctx context.Context, deviceName string, securitySettings SecuritySettings, ...) (result DevicesCreateOrUpdateSecuritySettingsFuture, err error) + func (client DevicesClient) CreateOrUpdateSecuritySettingsPreparer(ctx context.Context, deviceName string, securitySettings SecuritySettings, ...) (*http.Request, error) + func (client DevicesClient) CreateOrUpdateSecuritySettingsResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) CreateOrUpdateSecuritySettingsSender(req *http.Request) (future DevicesCreateOrUpdateSecuritySettingsFuture, err error) + func (client DevicesClient) Deactivate(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesDeactivateFuture, err error) + func (client DevicesClient) DeactivatePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) DeactivateResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) DeactivateSender(req *http.Request) (future DevicesDeactivateFuture, err error) + func (client DevicesClient) Delete(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesDeleteFuture, err error) + func (client DevicesClient) DeletePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) DeleteSender(req *http.Request) (future DevicesDeleteFuture, err error) + func (client DevicesClient) DownloadUpdates(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesDownloadUpdatesFuture, err error) + func (client DevicesClient) DownloadUpdatesPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) DownloadUpdatesResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) DownloadUpdatesSender(req *http.Request) (future DevicesDownloadUpdatesFuture, err error) + func (client DevicesClient) Failover(ctx context.Context, deviceName string, failoverRequest FailoverRequest, ...) (result DevicesFailoverFuture, err error) + func (client DevicesClient) FailoverPreparer(ctx context.Context, deviceName string, failoverRequest FailoverRequest, ...) (*http.Request, error) + func (client DevicesClient) FailoverResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) FailoverSender(req *http.Request) (future DevicesFailoverFuture, err error) + func (client DevicesClient) Get(ctx context.Context, deviceName string, resourceGroupName string, ...) (result Device, err error) + func (client DevicesClient) GetAlertSettings(ctx context.Context, deviceName string, resourceGroupName string, ...) (result AlertSettings, err error) + func (client DevicesClient) GetAlertSettingsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) GetAlertSettingsResponder(resp *http.Response) (result AlertSettings, err error) + func (client DevicesClient) GetAlertSettingsSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) GetNetworkSettings(ctx context.Context, deviceName string, resourceGroupName string, ...) (result NetworkSettings, err error) + func (client DevicesClient) GetNetworkSettingsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) GetNetworkSettingsResponder(resp *http.Response) (result NetworkSettings, err error) + func (client DevicesClient) GetNetworkSettingsSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) GetPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) GetResponder(resp *http.Response) (result Device, err error) + func (client DevicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) GetTimeSettings(ctx context.Context, deviceName string, resourceGroupName string, ...) (result TimeSettings, err error) + func (client DevicesClient) GetTimeSettingsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) GetTimeSettingsResponder(resp *http.Response) (result TimeSettings, err error) + func (client DevicesClient) GetTimeSettingsSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) GetUpdateSummary(ctx context.Context, deviceName string, resourceGroupName string, ...) (result Updates, err error) + func (client DevicesClient) GetUpdateSummaryPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) GetUpdateSummaryResponder(resp *http.Response) (result Updates, err error) + func (client DevicesClient) GetUpdateSummarySender(req *http.Request) (*http.Response, error) + func (client DevicesClient) InstallUpdates(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesInstallUpdatesFuture, err error) + func (client DevicesClient) InstallUpdatesPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) InstallUpdatesResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) InstallUpdatesSender(req *http.Request) (future DevicesInstallUpdatesFuture, err error) + func (client DevicesClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string, ...) (result DeviceList, err error) + func (client DevicesClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client DevicesClient) ListByManagerResponder(resp *http.Response) (result DeviceList, err error) + func (client DevicesClient) ListByManagerSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListFailoverTarget(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DeviceList, err error) + func (client DevicesClient) ListFailoverTargetPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ListFailoverTargetResponder(resp *http.Response) (result DeviceList, err error) + func (client DevicesClient) ListFailoverTargetSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListMetricDefinition(ctx context.Context, deviceName string, resourceGroupName string, ...) (result MetricDefinitionList, err error) + func (client DevicesClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client DevicesClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListMetrics(ctx context.Context, deviceName string, resourceGroupName string, ...) (result MetricList, err error) + func (client DevicesClient) ListMetricsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client DevicesClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) Patch(ctx context.Context, deviceName string, devicePatch DevicePatch, ...) (result DevicesPatchFuture, err error) + func (client DevicesClient) PatchPreparer(ctx context.Context, deviceName string, devicePatch DevicePatch, ...) (*http.Request, error) + func (client DevicesClient) PatchResponder(resp *http.Response) (result Device, err error) + func (client DevicesClient) PatchSender(req *http.Request) (future DevicesPatchFuture, err error) + func (client DevicesClient) ScanForUpdates(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesScanForUpdatesFuture, err error) + func (client DevicesClient) ScanForUpdatesPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ScanForUpdatesResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) ScanForUpdatesSender(req *http.Request) (future DevicesScanForUpdatesFuture, err error) + type DevicesCreateOrUpdateAlertSettingsFuture struct + func (future *DevicesCreateOrUpdateAlertSettingsFuture) Result(client DevicesClient) (as AlertSettings, err error) + type DevicesCreateOrUpdateSecuritySettingsFuture struct + func (future *DevicesCreateOrUpdateSecuritySettingsFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesDeactivateFuture struct + func (future *DevicesDeactivateFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesDeleteFuture struct + func (future *DevicesDeleteFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesDownloadUpdatesFuture struct + func (future *DevicesDownloadUpdatesFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesFailoverFuture struct + func (future *DevicesFailoverFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesInstallUpdatesFuture struct + func (future *DevicesInstallUpdatesFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesPatchFuture struct + func (future *DevicesPatchFuture) Result(client DevicesClient) (d Device, err error) + type DevicesScanForUpdatesFuture struct + func (future *DevicesScanForUpdatesFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DhcpStatus string + const DhcpStatusDisabled + const DhcpStatusEnabled + func PossibleDhcpStatusValues() []DhcpStatus + type DiskStatus string + const DiskStatusOffline + const DiskStatusOnline + func PossibleDiskStatusValues() []DiskStatus + type DownloadPhase string + const DownloadPhaseDownloading + const DownloadPhaseInitializing + const DownloadPhaseUnknown + const DownloadPhaseVerifying + func PossibleDownloadPhaseValues() []DownloadPhase + type EncryptionAlgorithm string + const EncryptionAlgorithmAES256 + const EncryptionAlgorithmNone + const EncryptionAlgorithmRSAESPKCS1V15 + func PossibleEncryptionAlgorithmValues() []EncryptionAlgorithm + type EncryptionSettings struct + ID *string + Name *string + Type *string + func (es *EncryptionSettings) UnmarshalJSON(body []byte) error + func (es EncryptionSettings) MarshalJSON() ([]byte, error) + type EncryptionSettingsProperties struct + EncryptionStatus EncryptionStatus + KeyRolloverStatus KeyRolloverStatus + type EncryptionStatus string + const EncryptionStatusDisabled + const EncryptionStatusEnabled + func PossibleEncryptionStatusValues() []EncryptionStatus + type Error struct + ErrorCode *string + Message *Message + Values *[]Item + type FailoverRequest struct + AccesspointIds *[]string + KeepSourceDevice *bool + SkipValidation *bool + TargetDeviceID *string + type FileServer struct + ID *string + Name *string + Type *string + func (fs *FileServer) UnmarshalJSON(body []byte) error + func (fs FileServer) MarshalJSON() ([]byte, error) + type FileServerList struct + Value *[]FileServer + type FileServerProperties struct + BackupScheduleGroupID *string + Description *string + DomainName *string + StorageDomainID *string + type FileServersBackupNowFuture struct + func (future *FileServersBackupNowFuture) Result(client FileServersClient) (ar autorest.Response, err error) + type FileServersClient struct + func NewFileServersClient(subscriptionID string) FileServersClient + func NewFileServersClientWithBaseURI(baseURI string, subscriptionID string) FileServersClient + func (client FileServersClient) BackupNow(ctx context.Context, deviceName string, fileServerName string, ...) (result FileServersBackupNowFuture, err error) + func (client FileServersClient) BackupNowPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileServersClient) BackupNowResponder(resp *http.Response) (result autorest.Response, err error) + func (client FileServersClient) BackupNowSender(req *http.Request) (future FileServersBackupNowFuture, err error) + func (client FileServersClient) CreateOrUpdate(ctx context.Context, deviceName string, fileServerName string, ...) (result FileServersCreateOrUpdateFuture, err error) + func (client FileServersClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileServersClient) CreateOrUpdateResponder(resp *http.Response) (result FileServer, err error) + func (client FileServersClient) CreateOrUpdateSender(req *http.Request) (future FileServersCreateOrUpdateFuture, err error) + func (client FileServersClient) Delete(ctx context.Context, deviceName string, fileServerName string, ...) (result FileServersDeleteFuture, err error) + func (client FileServersClient) DeletePreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileServersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FileServersClient) DeleteSender(req *http.Request) (future FileServersDeleteFuture, err error) + func (client FileServersClient) Get(ctx context.Context, deviceName string, fileServerName string, ...) (result FileServer, err error) + func (client FileServersClient) GetPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileServersClient) GetResponder(resp *http.Response) (result FileServer, err error) + func (client FileServersClient) GetSender(req *http.Request) (*http.Response, error) + func (client FileServersClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result FileServerList, err error) + func (client FileServersClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client FileServersClient) ListByDeviceResponder(resp *http.Response) (result FileServerList, err error) + func (client FileServersClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client FileServersClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result FileServerList, err error) + func (client FileServersClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client FileServersClient) ListByManagerResponder(resp *http.Response) (result FileServerList, err error) + func (client FileServersClient) ListByManagerSender(req *http.Request) (*http.Response, error) + func (client FileServersClient) ListMetricDefinition(ctx context.Context, deviceName string, fileServerName string, ...) (result MetricDefinitionList, err error) + func (client FileServersClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileServersClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client FileServersClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client FileServersClient) ListMetrics(ctx context.Context, deviceName string, fileServerName string, ...) (result MetricList, err error) + func (client FileServersClient) ListMetricsPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileServersClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client FileServersClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type FileServersCreateOrUpdateFuture struct + func (future *FileServersCreateOrUpdateFuture) Result(client FileServersClient) (fs FileServer, err error) + type FileServersDeleteFuture struct + func (future *FileServersDeleteFuture) Result(client FileServersClient) (ar autorest.Response, err error) + type FileShare struct + ID *string + Name *string + Type *string + func (fs *FileShare) UnmarshalJSON(body []byte) error + func (fs FileShare) MarshalJSON() ([]byte, error) + type FileShareList struct + Value *[]FileShare + type FileShareProperties struct + AdminUser *string + DataPolicy DataPolicy + Description *string + LocalUsedCapacityInBytes *int64 + MonitoringStatus MonitoringStatus + ProvisionedCapacityInBytes *int64 + ShareStatus ShareStatus + UsedCapacityInBytes *int64 + type FileSharesClient struct + func NewFileSharesClient(subscriptionID string) FileSharesClient + func NewFileSharesClientWithBaseURI(baseURI string, subscriptionID string) FileSharesClient + func (client FileSharesClient) CreateOrUpdate(ctx context.Context, deviceName string, fileServerName string, ...) (result FileSharesCreateOrUpdateFuture, err error) + func (client FileSharesClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileSharesClient) CreateOrUpdateResponder(resp *http.Response) (result FileShare, err error) + func (client FileSharesClient) CreateOrUpdateSender(req *http.Request) (future FileSharesCreateOrUpdateFuture, err error) + func (client FileSharesClient) Delete(ctx context.Context, deviceName string, fileServerName string, ...) (result FileSharesDeleteFuture, err error) + func (client FileSharesClient) DeletePreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileSharesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FileSharesClient) DeleteSender(req *http.Request) (future FileSharesDeleteFuture, err error) + func (client FileSharesClient) Get(ctx context.Context, deviceName string, fileServerName string, ...) (result FileShare, err error) + func (client FileSharesClient) GetPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileSharesClient) GetResponder(resp *http.Response) (result FileShare, err error) + func (client FileSharesClient) GetSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result FileShareList, err error) + func (client FileSharesClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client FileSharesClient) ListByDeviceResponder(resp *http.Response) (result FileShareList, err error) + func (client FileSharesClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) ListByFileServer(ctx context.Context, deviceName string, fileServerName string, ...) (result FileShareList, err error) + func (client FileSharesClient) ListByFileServerPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileSharesClient) ListByFileServerResponder(resp *http.Response) (result FileShareList, err error) + func (client FileSharesClient) ListByFileServerSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) ListMetricDefinition(ctx context.Context, deviceName string, fileServerName string, ...) (result MetricDefinitionList, err error) + func (client FileSharesClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileSharesClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client FileSharesClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) ListMetrics(ctx context.Context, deviceName string, fileServerName string, ...) (result MetricList, err error) + func (client FileSharesClient) ListMetricsPreparer(ctx context.Context, deviceName string, fileServerName string, ...) (*http.Request, error) + func (client FileSharesClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client FileSharesClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type FileSharesCreateOrUpdateFuture struct + func (future *FileSharesCreateOrUpdateFuture) Result(client FileSharesClient) (fs FileShare, err error) + type FileSharesDeleteFuture struct + func (future *FileSharesDeleteFuture) Result(client FileSharesClient) (ar autorest.Response, err error) + type IPConfig struct + Gateway *string + IPAddress *string + PrefixLength *int32 + type ISCSIDisk struct + ID *string + Name *string + Type *string + func (ID *ISCSIDisk) UnmarshalJSON(body []byte) error + func (ID ISCSIDisk) MarshalJSON() ([]byte, error) + type ISCSIDiskList struct + Value *[]ISCSIDisk + type ISCSIDiskProperties struct + AccessControlRecords *[]string + DataPolicy DataPolicy + Description *string + DiskStatus DiskStatus + LocalUsedCapacityInBytes *int64 + MonitoringStatus MonitoringStatus + ProvisionedCapacityInBytes *int64 + UsedCapacityInBytes *int64 + type ISCSIServer struct + ID *string + Name *string + Type *string + func (is *ISCSIServer) UnmarshalJSON(body []byte) error + func (is ISCSIServer) MarshalJSON() ([]byte, error) + type ISCSIServerList struct + Value *[]ISCSIServer + type ISCSIServerProperties struct + BackupScheduleGroupID *string + ChapID *string + Description *string + ReverseChapID *string + StorageDomainID *string + type InitiatedBy string + const Manual + const Scheduled + func PossibleInitiatedByValues() []InitiatedBy + type IscsiDisksClient struct + func NewIscsiDisksClient(subscriptionID string) IscsiDisksClient + func NewIscsiDisksClientWithBaseURI(baseURI string, subscriptionID string) IscsiDisksClient + func (client IscsiDisksClient) CreateOrUpdate(ctx context.Context, deviceName string, iscsiServerName string, ...) (result IscsiDisksCreateOrUpdateFuture, err error) + func (client IscsiDisksClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiDisksClient) CreateOrUpdateResponder(resp *http.Response) (result ISCSIDisk, err error) + func (client IscsiDisksClient) CreateOrUpdateSender(req *http.Request) (future IscsiDisksCreateOrUpdateFuture, err error) + func (client IscsiDisksClient) Delete(ctx context.Context, deviceName string, iscsiServerName string, ...) (result IscsiDisksDeleteFuture, err error) + func (client IscsiDisksClient) DeletePreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiDisksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client IscsiDisksClient) DeleteSender(req *http.Request) (future IscsiDisksDeleteFuture, err error) + func (client IscsiDisksClient) Get(ctx context.Context, deviceName string, iscsiServerName string, ...) (result ISCSIDisk, err error) + func (client IscsiDisksClient) GetPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiDisksClient) GetResponder(resp *http.Response) (result ISCSIDisk, err error) + func (client IscsiDisksClient) GetSender(req *http.Request) (*http.Response, error) + func (client IscsiDisksClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result ISCSIDiskList, err error) + func (client IscsiDisksClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client IscsiDisksClient) ListByDeviceResponder(resp *http.Response) (result ISCSIDiskList, err error) + func (client IscsiDisksClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client IscsiDisksClient) ListByIscsiServer(ctx context.Context, deviceName string, iscsiServerName string, ...) (result ISCSIDiskList, err error) + func (client IscsiDisksClient) ListByIscsiServerPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiDisksClient) ListByIscsiServerResponder(resp *http.Response) (result ISCSIDiskList, err error) + func (client IscsiDisksClient) ListByIscsiServerSender(req *http.Request) (*http.Response, error) + func (client IscsiDisksClient) ListMetricDefinition(ctx context.Context, deviceName string, iscsiServerName string, ...) (result MetricDefinitionList, err error) + func (client IscsiDisksClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiDisksClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client IscsiDisksClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client IscsiDisksClient) ListMetrics(ctx context.Context, deviceName string, iscsiServerName string, ...) (result MetricList, err error) + func (client IscsiDisksClient) ListMetricsPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiDisksClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client IscsiDisksClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type IscsiDisksCreateOrUpdateFuture struct + func (future *IscsiDisksCreateOrUpdateFuture) Result(client IscsiDisksClient) (ID ISCSIDisk, err error) + type IscsiDisksDeleteFuture struct + func (future *IscsiDisksDeleteFuture) Result(client IscsiDisksClient) (ar autorest.Response, err error) + type IscsiServersBackupNowFuture struct + func (future *IscsiServersBackupNowFuture) Result(client IscsiServersClient) (ar autorest.Response, err error) + type IscsiServersClient struct + func NewIscsiServersClient(subscriptionID string) IscsiServersClient + func NewIscsiServersClientWithBaseURI(baseURI string, subscriptionID string) IscsiServersClient + func (client IscsiServersClient) BackupNow(ctx context.Context, deviceName string, iscsiServerName string, ...) (result IscsiServersBackupNowFuture, err error) + func (client IscsiServersClient) BackupNowPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiServersClient) BackupNowResponder(resp *http.Response) (result autorest.Response, err error) + func (client IscsiServersClient) BackupNowSender(req *http.Request) (future IscsiServersBackupNowFuture, err error) + func (client IscsiServersClient) CreateOrUpdate(ctx context.Context, deviceName string, iscsiServerName string, ...) (result IscsiServersCreateOrUpdateFuture, err error) + func (client IscsiServersClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiServersClient) CreateOrUpdateResponder(resp *http.Response) (result ISCSIServer, err error) + func (client IscsiServersClient) CreateOrUpdateSender(req *http.Request) (future IscsiServersCreateOrUpdateFuture, err error) + func (client IscsiServersClient) Delete(ctx context.Context, deviceName string, iscsiServerName string, ...) (result IscsiServersDeleteFuture, err error) + func (client IscsiServersClient) DeletePreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiServersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client IscsiServersClient) DeleteSender(req *http.Request) (future IscsiServersDeleteFuture, err error) + func (client IscsiServersClient) Get(ctx context.Context, deviceName string, iscsiServerName string, ...) (result ISCSIServer, err error) + func (client IscsiServersClient) GetPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiServersClient) GetResponder(resp *http.Response) (result ISCSIServer, err error) + func (client IscsiServersClient) GetSender(req *http.Request) (*http.Response, error) + func (client IscsiServersClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result ISCSIServerList, err error) + func (client IscsiServersClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client IscsiServersClient) ListByDeviceResponder(resp *http.Response) (result ISCSIServerList, err error) + func (client IscsiServersClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client IscsiServersClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result ISCSIServerList, err error) + func (client IscsiServersClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client IscsiServersClient) ListByManagerResponder(resp *http.Response) (result ISCSIServerList, err error) + func (client IscsiServersClient) ListByManagerSender(req *http.Request) (*http.Response, error) + func (client IscsiServersClient) ListMetricDefinition(ctx context.Context, deviceName string, iscsiServerName string, ...) (result MetricDefinitionList, err error) + func (client IscsiServersClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiServersClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client IscsiServersClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client IscsiServersClient) ListMetrics(ctx context.Context, deviceName string, iscsiServerName string, ...) (result MetricList, err error) + func (client IscsiServersClient) ListMetricsPreparer(ctx context.Context, deviceName string, iscsiServerName string, ...) (*http.Request, error) + func (client IscsiServersClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client IscsiServersClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type IscsiServersCreateOrUpdateFuture struct + func (future *IscsiServersCreateOrUpdateFuture) Result(client IscsiServersClient) (is ISCSIServer, err error) + type IscsiServersDeleteFuture struct + func (future *IscsiServersDeleteFuture) Result(client IscsiServersClient) (ar autorest.Response, err error) + type Item struct + Key *string + Value *string + type Job struct + EndTime *date.Time + Error *JobErrorDetails + ID *string + Name *string + PercentComplete *int32 + StartTime *date.Time + Status JobStatus + Type *string + func (j *Job) UnmarshalJSON(body []byte) error + func (j Job) MarshalJSON() ([]byte, error) + type JobErrorDetails struct + Code *string + ErrorDetails *[]JobErrorItem + Message *string + type JobErrorItem struct + Code *string + Message *string + Recommendations *[]string + type JobFilter struct + JobType JobType + StartTime *date.Time + Status JobStatus + type JobList struct + NextLink *string + Value *[]Job + func (jl JobList) IsEmpty() bool + type JobListIterator struct + func NewJobListIterator(page JobListPage) JobListIterator + func (iter *JobListIterator) Next() error + func (iter *JobListIterator) NextWithContext(ctx context.Context) (err error) + func (iter JobListIterator) NotDone() bool + func (iter JobListIterator) Response() JobList + func (iter JobListIterator) Value() Job + type JobListPage struct + func NewJobListPage(getNextPage func(context.Context, JobList) (JobList, error)) JobListPage + func (page *JobListPage) Next() error + func (page *JobListPage) NextWithContext(ctx context.Context) (err error) + func (page JobListPage) NotDone() bool + func (page JobListPage) Response() JobList + func (page JobListPage) Values() []Job + type JobProperties struct + BackupPointInTime *date.Time + DeviceID *string + DownloadProgress *UpdateDownloadProgress + EntityID *string + EntityType *string + InstallProgress *UpdateInstallProgress + IsCancellable *bool + JobStages *[]JobStage + JobType JobType + SourceDeviceID *string + Stats *JobStats + TargetID *string + TargetType TargetType + type JobStage struct + Detail *string + ErrorCode *string + Message *string + StageStatus JobStatus + type JobStats struct + CompletedWorkItemCount *int32 + EstimatedTimeRemaining *int32 + TotalWorkItemCount *int32 + type JobStatus string + const JobStatusCanceled + const JobStatusFailed + const JobStatusInvalid + const JobStatusPaused + const JobStatusRunning + const JobStatusScheduled + const JobStatusSucceeded + func PossibleJobStatusValues() []JobStatus + type JobType string + const JobTypeBackup + const JobTypeClone + const JobTypeDownloadUpdates + const JobTypeFailover + const JobTypeInstallUpdates + func PossibleJobTypeValues() []JobType + type JobsClient struct + func NewJobsClient(subscriptionID string) JobsClient + func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient + func (client JobsClient) Get(ctx context.Context, deviceName string, jobName string, ...) (result Job, err error) + func (client JobsClient) GetPreparer(ctx context.Context, deviceName string, jobName string, ...) (*http.Request, error) + func (client JobsClient) GetResponder(resp *http.Response) (result Job, err error) + func (client JobsClient) GetSender(req *http.Request) (*http.Response, error) + func (client JobsClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result JobListPage, err error) + func (client JobsClient) ListByDeviceComplete(ctx context.Context, deviceName string, resourceGroupName string, ...) (result JobListIterator, err error) + func (client JobsClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client JobsClient) ListByDeviceResponder(resp *http.Response) (result JobList, err error) + func (client JobsClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client JobsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string, ...) (result JobListPage, err error) + func (client JobsClient) ListByManagerComplete(ctx context.Context, resourceGroupName string, managerName string, ...) (result JobListIterator, err error) + func (client JobsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client JobsClient) ListByManagerResponder(resp *http.Response) (result JobList, err error) + func (client JobsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type KeyRolloverStatus string + const NotRequired + const Required + func PossibleKeyRolloverStatusValues() []KeyRolloverStatus + type Manager struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mVar *Manager) UnmarshalJSON(body []byte) error + func (mVar Manager) MarshalJSON() ([]byte, error) + type ManagerExtendedInfo struct + Etag *string + ID *string + Name *string + Type *string + func (mei *ManagerExtendedInfo) UnmarshalJSON(body []byte) error + func (mei ManagerExtendedInfo) MarshalJSON() ([]byte, error) + type ManagerExtendedInfoProperties struct + Algorithm *string + EncryptionKey *string + EncryptionKeyThumbprint *string + IntegrityKey *string + PortalCertificateThumbprint *string + Version *string + type ManagerIntrinsicSettings struct + Type ManagerType + type ManagerList struct + Value *[]Manager + type ManagerPatch struct + Tags map[string]*string + func (mp ManagerPatch) MarshalJSON() ([]byte, error) + type ManagerProperties struct + CisIntrinsicSettings *ManagerIntrinsicSettings + ProvisioningState *string + Sku *ManagerSku + type ManagerSku struct + Name *string + type ManagerType string + const GardaV1 + const HelsinkiV1 + func PossibleManagerTypeValues() []ManagerType + type ManagersClient struct + func NewManagersClient(subscriptionID string) ManagersClient + func NewManagersClientWithBaseURI(baseURI string, subscriptionID string) ManagersClient + func (client ManagersClient) CreateExtendedInfo(ctx context.Context, managerExtendedInfo ManagerExtendedInfo, ...) (result ManagerExtendedInfo, err error) + func (client ManagersClient) CreateExtendedInfoPreparer(ctx context.Context, managerExtendedInfo ManagerExtendedInfo, ...) (*http.Request, error) + func (client ManagersClient) CreateExtendedInfoResponder(resp *http.Response) (result ManagerExtendedInfo, err error) + func (client ManagersClient) CreateExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) CreateOrUpdate(ctx context.Context, manager Manager, resourceGroupName string, ...) (result Manager, err error) + func (client ManagersClient) CreateOrUpdatePreparer(ctx context.Context, manager Manager, resourceGroupName string, ...) (*http.Request, error) + func (client ManagersClient) CreateOrUpdateResponder(resp *http.Response) (result Manager, err error) + func (client ManagersClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) Delete(ctx context.Context, resourceGroupName string, managerName string) (result autorest.Response, err error) + func (client ManagersClient) DeleteExtendedInfo(ctx context.Context, resourceGroupName string, managerName string) (result autorest.Response, err error) + func (client ManagersClient) DeleteExtendedInfoPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) DeleteExtendedInfoResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagersClient) DeleteExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) DeletePreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagersClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) Get(ctx context.Context, resourceGroupName string, managerName string) (result Manager, err error) + func (client ManagersClient) GetEncryptionKey(ctx context.Context, resourceGroupName string, managerName string) (result SymmetricEncryptedSecret, err error) + func (client ManagersClient) GetEncryptionKeyPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetEncryptionKeyResponder(resp *http.Response) (result SymmetricEncryptedSecret, err error) + func (client ManagersClient) GetEncryptionKeySender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetEncryptionSettings(ctx context.Context, resourceGroupName string, managerName string) (result EncryptionSettings, err error) + func (client ManagersClient) GetEncryptionSettingsPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetEncryptionSettingsResponder(resp *http.Response) (result EncryptionSettings, err error) + func (client ManagersClient) GetEncryptionSettingsSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetExtendedInfo(ctx context.Context, resourceGroupName string, managerName string) (result ManagerExtendedInfo, err error) + func (client ManagersClient) GetExtendedInfoPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetExtendedInfoResponder(resp *http.Response) (result ManagerExtendedInfo, err error) + func (client ManagersClient) GetExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetResponder(resp *http.Response) (result Manager, err error) + func (client ManagersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) List(ctx context.Context) (result ManagerList, err error) + func (client ManagersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ManagerList, err error) + func (client ManagersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ManagersClient) ListByResourceGroupResponder(resp *http.Response) (result ManagerList, err error) + func (client ManagersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) ListMetricDefinition(ctx context.Context, resourceGroupName string, managerName string) (result MetricDefinitionList, err error) + func (client ManagersClient) ListMetricDefinitionPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client ManagersClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) ListMetrics(ctx context.Context, resourceGroupName string, managerName string, ...) (result MetricList, err error) + func (client ManagersClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client ManagersClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client ManagersClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ManagersClient) ListResponder(resp *http.Response) (result ManagerList, err error) + func (client ManagersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) Update(ctx context.Context, parameters ManagerPatch, resourceGroupName string, ...) (result Manager, err error) + func (client ManagersClient) UpdateExtendedInfo(ctx context.Context, managerExtendedInfo ManagerExtendedInfo, ...) (result ManagerExtendedInfo, err error) + func (client ManagersClient) UpdateExtendedInfoPreparer(ctx context.Context, managerExtendedInfo ManagerExtendedInfo, ...) (*http.Request, error) + func (client ManagersClient) UpdateExtendedInfoResponder(resp *http.Response) (result ManagerExtendedInfo, err error) + func (client ManagersClient) UpdateExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) UpdatePreparer(ctx context.Context, parameters ManagerPatch, resourceGroupName string, ...) (*http.Request, error) + func (client ManagersClient) UpdateResponder(resp *http.Response) (result Manager, err error) + func (client ManagersClient) UpdateSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) UploadRegistrationCertificate(ctx context.Context, certificateName string, ...) (result UploadCertificateResponse, err error) + func (client ManagersClient) UploadRegistrationCertificatePreparer(ctx context.Context, certificateName string, ...) (*http.Request, error) + func (client ManagersClient) UploadRegistrationCertificateResponder(resp *http.Response) (result UploadCertificateResponse, err error) + func (client ManagersClient) UploadRegistrationCertificateSender(req *http.Request) (*http.Response, error) + type Message struct + Language *string + Value *string + type MetricAggregationType string + const MetricAggregationTypeAverage + const MetricAggregationTypeLast + const MetricAggregationTypeMaximum + const MetricAggregationTypeMinimum + const MetricAggregationTypeNone + const MetricAggregationTypeTotal + func PossibleMetricAggregationTypeValues() []MetricAggregationType + type MetricAvailablity struct + Retention *string + TimeGrain *string + type MetricData struct + Average *float64 + Count *int32 + Maximum *float64 + Minimum *float64 + Sum *float64 + TimeStamp *date.Time + type MetricDefinition struct + Dimensions *[]MetricDimension + MetricAvailabilities *[]MetricAvailablity + Name *MetricName + PrimaryAggregationType MetricAggregationType + ResourceID *string + Type *string + Unit MetricUnit + type MetricDefinitionList struct + Value *[]MetricDefinition + type MetricDimension struct + Name *string + Value *string + type MetricFilter struct + EndTime *date.Time + Name *MetricNameFilter + StartTime *date.Time + TimeGrain *string + type MetricList struct + Value *[]Metrics + type MetricName struct + LocalizedValue *string + Value *string + type MetricNameFilter struct + Value *string + type MetricUnit string + const Bytes + const BytesPerSecond + const Count + const CountPerSecond + const Percent + const Seconds + func PossibleMetricUnitValues() []MetricUnit + type Metrics struct + Dimensions *[]MetricDimension + EndTime *date.Time + Name *MetricName + PrimaryAggregation MetricAggregationType + ResourceID *string + StartTime *date.Time + TimeGrain *string + Type *string + Unit MetricUnit + Values *[]MetricData + type MonitoringStatus string + const MonitoringStatusDisabled + const MonitoringStatusEnabled + func PossibleMonitoringStatusValues() []MonitoringStatus + type NetworkAdapter struct + DhcpStatus DhcpStatus + IPv4Info *IPConfig + IPv6Info *IPConfig + LinkSpeed *int64 + NetworkAdapterName *string + type NetworkSettings struct + ID *string + Name *string + Type *string + func (ns *NetworkSettings) UnmarshalJSON(body []byte) error + func (ns NetworkSettings) MarshalJSON() ([]byte, error) + type NetworkSettingsProperties struct + NodeNetworks *[]NodeNetwork + PrimaryDNSServer *string + SecondaryDNSServer *string + type NodeNetwork struct + NetworkAdapters *[]NetworkAdapter + type RawCertificateData struct + AuthType AuthType + Certificate *string + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceCertificateAndAADDetails struct + AadAuthority *string + AadTenantID *string + AuthType AuthType + AzureManagementEndpointAudience *string + Certificate *string + FriendlyName *string + Issuer *string + ResourceID *int64 + ServicePrincipalClientID *string + ServicePrincipalObjectID *string + Subject *string + Thumbprint *string + ValidFrom *date.Time + ValidTo *date.Time + type SecuritySettings struct + ID *string + Name *string + Type *string + func (ss *SecuritySettings) UnmarshalJSON(body []byte) error + func (ss SecuritySettings) MarshalJSON() ([]byte, error) + type SecuritySettingsProperties struct + DeviceAdminPassword *AsymmetricEncryptedSecret + type SendTestAlertEmailRequest struct + EmailList *[]string + type ServiceOwnersAlertNotificationStatus string + const ServiceOwnersAlertNotificationStatusDisabled + const ServiceOwnersAlertNotificationStatusEnabled + func PossibleServiceOwnersAlertNotificationStatusValues() []ServiceOwnersAlertNotificationStatus + type ShareStatus string + const ShareStatusOffline + const ShareStatusOnline + func PossibleShareStatusValues() []ShareStatus + type SslStatus string + const SslStatusDisabled + const SslStatusEnabled + func PossibleSslStatusValues() []SslStatus + type StorageAccountCredential struct + ID *string + Name *string + Type *string + func (sac *StorageAccountCredential) UnmarshalJSON(body []byte) error + func (sac StorageAccountCredential) MarshalJSON() ([]byte, error) + type StorageAccountCredentialList struct + Value *[]StorageAccountCredential + type StorageAccountCredentialProperties struct + AccessKey *AsymmetricEncryptedSecret + CloudType CloudType + EnableSSL SslStatus + EndPoint *string + Location *string + Login *string + type StorageAccountCredentialsClient struct + func NewStorageAccountCredentialsClient(subscriptionID string) StorageAccountCredentialsClient + func NewStorageAccountCredentialsClientWithBaseURI(baseURI string, subscriptionID string) StorageAccountCredentialsClient + func (client StorageAccountCredentialsClient) CreateOrUpdate(ctx context.Context, credentialName string, ...) (result StorageAccountCredentialsCreateOrUpdateFuture, err error) + func (client StorageAccountCredentialsClient) CreateOrUpdatePreparer(ctx context.Context, credentialName string, ...) (*http.Request, error) + func (client StorageAccountCredentialsClient) CreateOrUpdateResponder(resp *http.Response) (result StorageAccountCredential, err error) + func (client StorageAccountCredentialsClient) CreateOrUpdateSender(req *http.Request) (future StorageAccountCredentialsCreateOrUpdateFuture, err error) + func (client StorageAccountCredentialsClient) Delete(ctx context.Context, credentialName string, resourceGroupName string, ...) (result StorageAccountCredentialsDeleteFuture, err error) + func (client StorageAccountCredentialsClient) DeletePreparer(ctx context.Context, credentialName string, resourceGroupName string, ...) (*http.Request, error) + func (client StorageAccountCredentialsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StorageAccountCredentialsClient) DeleteSender(req *http.Request) (future StorageAccountCredentialsDeleteFuture, err error) + func (client StorageAccountCredentialsClient) Get(ctx context.Context, credentialName string, resourceGroupName string, ...) (result StorageAccountCredential, err error) + func (client StorageAccountCredentialsClient) GetPreparer(ctx context.Context, credentialName string, resourceGroupName string, ...) (*http.Request, error) + func (client StorageAccountCredentialsClient) GetResponder(resp *http.Response) (result StorageAccountCredential, err error) + func (client StorageAccountCredentialsClient) GetSender(req *http.Request) (*http.Response, error) + func (client StorageAccountCredentialsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result StorageAccountCredentialList, err error) + func (client StorageAccountCredentialsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client StorageAccountCredentialsClient) ListByManagerResponder(resp *http.Response) (result StorageAccountCredentialList, err error) + func (client StorageAccountCredentialsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type StorageAccountCredentialsCreateOrUpdateFuture struct + func (future *StorageAccountCredentialsCreateOrUpdateFuture) Result(client StorageAccountCredentialsClient) (sac StorageAccountCredential, err error) + type StorageAccountCredentialsDeleteFuture struct + func (future *StorageAccountCredentialsDeleteFuture) Result(client StorageAccountCredentialsClient) (ar autorest.Response, err error) + type StorageDomain struct + ID *string + Name *string + Type *string + func (sd *StorageDomain) UnmarshalJSON(body []byte) error + func (sd StorageDomain) MarshalJSON() ([]byte, error) + type StorageDomainList struct + Value *[]StorageDomain + type StorageDomainProperties struct + EncryptionKey *AsymmetricEncryptedSecret + EncryptionStatus EncryptionStatus + StorageAccountCredentialIds *[]string + type StorageDomainsClient struct + func NewStorageDomainsClient(subscriptionID string) StorageDomainsClient + func NewStorageDomainsClientWithBaseURI(baseURI string, subscriptionID string) StorageDomainsClient + func (client StorageDomainsClient) CreateOrUpdate(ctx context.Context, storageDomainName string, storageDomain StorageDomain, ...) (result StorageDomainsCreateOrUpdateFuture, err error) + func (client StorageDomainsClient) CreateOrUpdatePreparer(ctx context.Context, storageDomainName string, storageDomain StorageDomain, ...) (*http.Request, error) + func (client StorageDomainsClient) CreateOrUpdateResponder(resp *http.Response) (result StorageDomain, err error) + func (client StorageDomainsClient) CreateOrUpdateSender(req *http.Request) (future StorageDomainsCreateOrUpdateFuture, err error) + func (client StorageDomainsClient) Delete(ctx context.Context, storageDomainName string, resourceGroupName string, ...) (result StorageDomainsDeleteFuture, err error) + func (client StorageDomainsClient) DeletePreparer(ctx context.Context, storageDomainName string, resourceGroupName string, ...) (*http.Request, error) + func (client StorageDomainsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StorageDomainsClient) DeleteSender(req *http.Request) (future StorageDomainsDeleteFuture, err error) + func (client StorageDomainsClient) Get(ctx context.Context, storageDomainName string, resourceGroupName string, ...) (result StorageDomain, err error) + func (client StorageDomainsClient) GetPreparer(ctx context.Context, storageDomainName string, resourceGroupName string, ...) (*http.Request, error) + func (client StorageDomainsClient) GetResponder(resp *http.Response) (result StorageDomain, err error) + func (client StorageDomainsClient) GetSender(req *http.Request) (*http.Response, error) + func (client StorageDomainsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result StorageDomainList, err error) + func (client StorageDomainsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client StorageDomainsClient) ListByManagerResponder(resp *http.Response) (result StorageDomainList, err error) + func (client StorageDomainsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type StorageDomainsCreateOrUpdateFuture struct + func (future *StorageDomainsCreateOrUpdateFuture) Result(client StorageDomainsClient) (sd StorageDomain, err error) + type StorageDomainsDeleteFuture struct + func (future *StorageDomainsDeleteFuture) Result(client StorageDomainsClient) (ar autorest.Response, err error) + type SupportedDeviceCapabilities string + const SupportedDeviceCapabilitiesFileServer + const SupportedDeviceCapabilitiesInvalid + const SupportedDeviceCapabilitiesIscsiServer + func PossibleSupportedDeviceCapabilitiesValues() []SupportedDeviceCapabilities + type SymmetricEncryptedSecret struct + EncryptionAlgorithm EncryptionAlgorithm + Value *string + ValueCertificateThumbprint *string + type TargetType string + const TargetTypeDiskServer + const TargetTypeFileServer + func PossibleTargetTypeValues() []TargetType + type Time struct + Hour *int32 + Minute *int32 + type TimeSettings struct + ID *string + Name *string + Type *string + func (ts *TimeSettings) UnmarshalJSON(body []byte) error + func (ts TimeSettings) MarshalJSON() ([]byte, error) + type TimeSettingsProperties struct + PrimaryTimeServer *string + SecondaryTimeServer *string + TimeZone *string + type UpdateDownloadProgress struct + DownloadPhase DownloadPhase + NumberOfUpdatesDownloaded *int32 + NumberOfUpdatesToDownload *int32 + PercentComplete *int32 + TotalBytesDownloaded *float64 + TotalBytesToDownload *float64 + type UpdateInstallProgress struct + NumberOfUpdatesInstalled *int32 + NumberOfUpdatesToInstall *int32 + PercentComplete *int32 + type UpdateOperation string + const Downloading + const Idle + const Installing + const Scanning + func PossibleUpdateOperationValues() []UpdateOperation + type Updates struct + ID *string + Name *string + Type *string + func (u *Updates) UnmarshalJSON(body []byte) error + func (u Updates) MarshalJSON() ([]byte, error) + type UpdatesProperties struct + DeviceLastScannedTime *date.Time + DeviceVersion *string + InProgressDownloadJobID *string + InProgressDownloadJobStartedTime *date.Time + InProgressInstallJobID *string + InProgressInstallJobStartedTime *date.Time + InProgressScanStartedTime *date.Time + LastCompletedDownloadJobTime *date.Time + LastCompletedInstallJobTime *date.Time + LastCompletedScanTime *date.Time + RebootRequiredForInstall *bool + RegularUpdatesAvailable *bool + Status UpdateOperation + TotalItemsPendingForDownload *int32 + TotalItemsPendingForInstall *int32 + type UploadCertificateRequest struct + ContractVersion ContractVersions + func (ucr *UploadCertificateRequest) UnmarshalJSON(body []byte) error + func (ucr UploadCertificateRequest) MarshalJSON() ([]byte, error) + type UploadCertificateResponse struct + ID *string + Name *string + Type *string + func (ucr *UploadCertificateResponse) UnmarshalJSON(body []byte) error + func (ucr UploadCertificateResponse) MarshalJSON() ([]byte, error) Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48