Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateVaultID ¶
ValidateVaultID checks that 'input' can be parsed as a Vault ID
Types ¶
type JobsSummary ¶
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *ReplicationUsageList }
type MonitoringSummary ¶
type MonitoringSummary struct { DeprecatedProviderCount *int64 `json:"deprecatedProviderCount,omitempty"` EventsCount *int64 `json:"eventsCount,omitempty"` SupportedProviderCount *int64 `json:"supportedProviderCount,omitempty"` UnHealthyProviderCount *int64 `json:"unHealthyProviderCount,omitempty"` UnHealthyVMCount *int64 `json:"unHealthyVmCount,omitempty"` UnsupportedProviderCount *int64 `json:"unsupportedProviderCount,omitempty"` }
type ReplicationUsage ¶
type ReplicationUsage struct { JobsSummary *JobsSummary `json:"jobsSummary,omitempty"` MonitoringSummary *MonitoringSummary `json:"monitoringSummary,omitempty"` ProtectedItemCount *int64 `json:"protectedItemCount,omitempty"` RecoveryPlanCount *int64 `json:"recoveryPlanCount,omitempty"` RecoveryServicesProviderAuthType *int64 `json:"recoveryServicesProviderAuthType,omitempty"` RegisteredServersCount *int64 `json:"registeredServersCount,omitempty"` }
type ReplicationUsageList ¶
type ReplicationUsageList struct {
Value *[]ReplicationUsage `json:"value,omitempty"`
}
type ReplicationUsagesClient ¶
type ReplicationUsagesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewReplicationUsagesClientWithBaseURI ¶
func NewReplicationUsagesClientWithBaseURI(endpoint string) ReplicationUsagesClient
func (ReplicationUsagesClient) List ¶
func (c ReplicationUsagesClient) List(ctx context.Context, id VaultId) (result ListOperationResponse, err error)
List ...
type VaultId ¶
VaultId is a struct representing the Resource ID for a Vault
func NewVaultID ¶
NewVaultID returns a new VaultId struct
func ParseVaultID ¶
ParseVaultID parses 'input' into a VaultId
func ParseVaultIDInsensitively ¶
ParseVaultIDInsensitively parses 'input' case-insensitively into a VaultId note: this method should only be used for API response data and not user input
func (VaultId) Segments ¶
func (id VaultId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Vault ID
Click to show internal directories.
Click to hide internal directories.