autoscalevcores

package
v2.96.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForIdentityType

func PossibleValuesForIdentityType() []string

func PossibleValuesForVCoreProvisioningState

func PossibleValuesForVCoreProvisioningState() []string

func PossibleValuesForVCoreSkuTier

func PossibleValuesForVCoreSkuTier() []string

func ValidateAutoScaleVCoreID

func ValidateAutoScaleVCoreID(input interface{}, key string) (warnings []string, errors []error)

ValidateAutoScaleVCoreID checks that 'input' can be parsed as a Auto Scale V Core ID

func ValidateResourceGroupID

func ValidateResourceGroupID(input interface{}, key string) (warnings []string, errors []error)

ValidateResourceGroupID checks that 'input' can be parsed as a Resource Group ID

func ValidateSubscriptionID

func ValidateSubscriptionID(input interface{}, key string) (warnings []string, errors []error)

ValidateSubscriptionID checks that 'input' can be parsed as a Subscription ID

Types

type AutoScaleVCore

type AutoScaleVCore struct {
	Id         *string                   `json:"id,omitempty"`
	Location   string                    `json:"location"`
	Name       *string                   `json:"name,omitempty"`
	Properties *AutoScaleVCoreProperties `json:"properties,omitempty"`
	Sku        AutoScaleVCoreSku         `json:"sku"`
	SystemData *SystemData               `json:"systemData,omitempty"`
	Tags       *map[string]string        `json:"tags,omitempty"`
	Type       *string                   `json:"type,omitempty"`
}

type AutoScaleVCoreId

type AutoScaleVCoreId struct {
	SubscriptionId    string
	ResourceGroupName string
	VcoreName         string
}

AutoScaleVCoreId is a struct representing the Resource ID for a Auto Scale V Core

func NewAutoScaleVCoreID

func NewAutoScaleVCoreID(subscriptionId string, resourceGroupName string, vcoreName string) AutoScaleVCoreId

NewAutoScaleVCoreID returns a new AutoScaleVCoreId struct

func ParseAutoScaleVCoreID

func ParseAutoScaleVCoreID(input string) (*AutoScaleVCoreId, error)

ParseAutoScaleVCoreID parses 'input' into a AutoScaleVCoreId

func ParseAutoScaleVCoreIDInsensitively

func ParseAutoScaleVCoreIDInsensitively(input string) (*AutoScaleVCoreId, error)

ParseAutoScaleVCoreIDInsensitively parses 'input' case-insensitively into a AutoScaleVCoreId note: this method should only be used for API response data and not user input

func (AutoScaleVCoreId) ID

func (id AutoScaleVCoreId) ID() string

ID returns the formatted Auto Scale V Core ID

func (AutoScaleVCoreId) Segments

func (id AutoScaleVCoreId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Auto Scale V Core ID

func (AutoScaleVCoreId) String

func (id AutoScaleVCoreId) String() string

String returns a human-readable description of this Auto Scale V Core ID

type AutoScaleVCoreListResult

type AutoScaleVCoreListResult struct {
	Value []AutoScaleVCore `json:"value"`
}

type AutoScaleVCoreMutableProperties

type AutoScaleVCoreMutableProperties struct {
	CapacityLimit *int64 `json:"capacityLimit,omitempty"`
}

type AutoScaleVCoreProperties

type AutoScaleVCoreProperties struct {
	CapacityLimit     *int64                  `json:"capacityLimit,omitempty"`
	CapacityObjectId  *string                 `json:"capacityObjectId,omitempty"`
	ProvisioningState *VCoreProvisioningState `json:"provisioningState,omitempty"`
}

type AutoScaleVCoreSku

type AutoScaleVCoreSku struct {
	Capacity *int64        `json:"capacity,omitempty"`
	Name     string        `json:"name"`
	Tier     *VCoreSkuTier `json:"tier,omitempty"`
}

type AutoScaleVCoreUpdateParameters

type AutoScaleVCoreUpdateParameters struct {
	Properties *AutoScaleVCoreMutableProperties `json:"properties,omitempty"`
	Sku        *AutoScaleVCoreSku               `json:"sku,omitempty"`
	Tags       *map[string]string               `json:"tags,omitempty"`
}

type AutoScaleVCoresClient

type AutoScaleVCoresClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewAutoScaleVCoresClientWithBaseURI

func NewAutoScaleVCoresClientWithBaseURI(endpoint string) AutoScaleVCoresClient

func (AutoScaleVCoresClient) Create

Create ...

func (AutoScaleVCoresClient) Delete

Delete ...

func (AutoScaleVCoresClient) Get

Get ...

func (AutoScaleVCoresClient) ListByResourceGroup

func (c AutoScaleVCoresClient) ListByResourceGroup(ctx context.Context, id ResourceGroupId) (result ListByResourceGroupResponse, err error)

ListByResourceGroup ...

func (AutoScaleVCoresClient) ListBySubscription

func (c AutoScaleVCoresClient) ListBySubscription(ctx context.Context, id SubscriptionId) (result ListBySubscriptionResponse, err error)

ListBySubscription ...

func (AutoScaleVCoresClient) Update

Update ...

type CreateResponse

type CreateResponse struct {
	HttpResponse *http.Response
	Model        *AutoScaleVCore
}

type DeleteResponse

type DeleteResponse struct {
	HttpResponse *http.Response
}

type GetResponse

type GetResponse struct {
	HttpResponse *http.Response
	Model        *AutoScaleVCore
}

type IdentityType

type IdentityType string
const (
	IdentityTypeApplication     IdentityType = "Application"
	IdentityTypeKey             IdentityType = "Key"
	IdentityTypeManagedIdentity IdentityType = "ManagedIdentity"
	IdentityTypeUser            IdentityType = "User"
)

type ListByResourceGroupResponse

type ListByResourceGroupResponse struct {
	HttpResponse *http.Response
	Model        *AutoScaleVCoreListResult
}

type ListBySubscriptionResponse

type ListBySubscriptionResponse struct {
	HttpResponse *http.Response
	Model        *AutoScaleVCoreListResult
}

type ResourceGroupId

type ResourceGroupId struct {
	SubscriptionId    string
	ResourceGroupName string
}

ResourceGroupId is a struct representing the Resource ID for a Resource Group

func NewResourceGroupID

func NewResourceGroupID(subscriptionId string, resourceGroupName string) ResourceGroupId

NewResourceGroupID returns a new ResourceGroupId struct

func ParseResourceGroupID

func ParseResourceGroupID(input string) (*ResourceGroupId, error)

ParseResourceGroupID parses 'input' into a ResourceGroupId

func ParseResourceGroupIDInsensitively

func ParseResourceGroupIDInsensitively(input string) (*ResourceGroupId, error)

ParseResourceGroupIDInsensitively parses 'input' case-insensitively into a ResourceGroupId note: this method should only be used for API response data and not user input

func (ResourceGroupId) ID

func (id ResourceGroupId) ID() string

ID returns the formatted Resource Group ID

func (ResourceGroupId) Segments

func (id ResourceGroupId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Resource Group ID

func (ResourceGroupId) String

func (id ResourceGroupId) String() string

String returns a human-readable description of this Resource Group ID

type SubscriptionId

type SubscriptionId struct {
	SubscriptionId string
}

SubscriptionId is a struct representing the Resource ID for a Subscription

func NewSubscriptionID

func NewSubscriptionID(subscriptionId string) SubscriptionId

NewSubscriptionID returns a new SubscriptionId struct

func ParseSubscriptionID

func ParseSubscriptionID(input string) (*SubscriptionId, error)

ParseSubscriptionID parses 'input' into a SubscriptionId

func ParseSubscriptionIDInsensitively

func ParseSubscriptionIDInsensitively(input string) (*SubscriptionId, error)

ParseSubscriptionIDInsensitively parses 'input' case-insensitively into a SubscriptionId note: this method should only be used for API response data and not user input

func (SubscriptionId) ID

func (id SubscriptionId) ID() string

ID returns the formatted Subscription ID

func (SubscriptionId) Segments

func (id SubscriptionId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Subscription ID

func (SubscriptionId) String

func (id SubscriptionId) String() string

String returns a human-readable description of this Subscription ID

type SystemData

type SystemData struct {
	CreatedAt          *string       `json:"createdAt,omitempty"`
	CreatedBy          *string       `json:"createdBy,omitempty"`
	CreatedByType      *IdentityType `json:"createdByType,omitempty"`
	LastModifiedAt     *string       `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string       `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *IdentityType `json:"lastModifiedByType,omitempty"`
}

type UpdateResponse

type UpdateResponse struct {
	HttpResponse *http.Response
	Model        *AutoScaleVCore
}

type VCoreProvisioningState

type VCoreProvisioningState string
const (
	VCoreProvisioningStateSucceeded VCoreProvisioningState = "Succeeded"
)

type VCoreSkuTier

type VCoreSkuTier string
const (
	VCoreSkuTierAutoScale VCoreSkuTier = "AutoScale"
)

Jump to

Keyboard shortcuts

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