Documentation ¶
Index ¶
- func PossibleValuesForOsType() []string
- func ValidateEnvironmentManagedClusterVersionID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedClusterVersionID(input interface{}, key string) (warnings []string, errors []error)
- type EnvironmentManagedClusterVersionId
- func NewEnvironmentManagedClusterVersionID(subscriptionId string, locationName string, managedClusterVersionName string) EnvironmentManagedClusterVersionId
- func ParseEnvironmentManagedClusterVersionID(input string) (*EnvironmentManagedClusterVersionId, error)
- func ParseEnvironmentManagedClusterVersionIDInsensitively(input string) (*EnvironmentManagedClusterVersionId, error)
- type GetByEnvironmentOperationResponse
- type GetOperationResponse
- type ListByEnvironmentOperationResponse
- type ListOperationResponse
- type LocationId
- type ManagedClusterCodeVersionResult
- type ManagedClusterVersionClient
- func (c ManagedClusterVersionClient) Get(ctx context.Context, id ManagedClusterVersionId) (result GetOperationResponse, err error)
- func (c ManagedClusterVersionClient) GetByEnvironment(ctx context.Context, id EnvironmentManagedClusterVersionId) (result GetByEnvironmentOperationResponse, err error)
- func (c ManagedClusterVersionClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error)
- func (c ManagedClusterVersionClient) ListByEnvironment(ctx context.Context, id LocationId) (result ListByEnvironmentOperationResponse, err error)
- type ManagedClusterVersionDetails
- type ManagedClusterVersionId
- func NewManagedClusterVersionID(subscriptionId string, locationName string, managedClusterVersionName string) ManagedClusterVersionId
- func ParseManagedClusterVersionID(input string) (*ManagedClusterVersionId, error)
- func ParseManagedClusterVersionIDInsensitively(input string) (*ManagedClusterVersionId, error)
- type OsType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForOsType ¶
func PossibleValuesForOsType() []string
func ValidateEnvironmentManagedClusterVersionID ¶
func ValidateEnvironmentManagedClusterVersionID(input interface{}, key string) (warnings []string, errors []error)
ValidateEnvironmentManagedClusterVersionID checks that 'input' can be parsed as a Environment Managed Cluster Version ID
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
func ValidateManagedClusterVersionID ¶
func ValidateManagedClusterVersionID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedClusterVersionID checks that 'input' can be parsed as a Managed Cluster Version ID
Types ¶
type EnvironmentManagedClusterVersionId ¶
type EnvironmentManagedClusterVersionId struct { SubscriptionId string LocationName string ManagedClusterVersionName string }
EnvironmentManagedClusterVersionId is a struct representing the Resource ID for a Environment Managed Cluster Version
func NewEnvironmentManagedClusterVersionID ¶
func NewEnvironmentManagedClusterVersionID(subscriptionId string, locationName string, managedClusterVersionName string) EnvironmentManagedClusterVersionId
NewEnvironmentManagedClusterVersionID returns a new EnvironmentManagedClusterVersionId struct
func ParseEnvironmentManagedClusterVersionID ¶
func ParseEnvironmentManagedClusterVersionID(input string) (*EnvironmentManagedClusterVersionId, error)
ParseEnvironmentManagedClusterVersionID parses 'input' into a EnvironmentManagedClusterVersionId
func ParseEnvironmentManagedClusterVersionIDInsensitively ¶
func ParseEnvironmentManagedClusterVersionIDInsensitively(input string) (*EnvironmentManagedClusterVersionId, error)
ParseEnvironmentManagedClusterVersionIDInsensitively parses 'input' case-insensitively into a EnvironmentManagedClusterVersionId note: this method should only be used for API response data and not user input
func (EnvironmentManagedClusterVersionId) ID ¶
func (id EnvironmentManagedClusterVersionId) ID() string
ID returns the formatted Environment Managed Cluster Version ID
func (EnvironmentManagedClusterVersionId) Segments ¶
func (id EnvironmentManagedClusterVersionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Environment Managed Cluster Version ID
func (EnvironmentManagedClusterVersionId) String ¶
func (id EnvironmentManagedClusterVersionId) String() string
String returns a human-readable description of this Environment Managed Cluster Version ID
type GetByEnvironmentOperationResponse ¶
type GetByEnvironmentOperationResponse struct { HttpResponse *http.Response Model *ManagedClusterCodeVersionResult }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *ManagedClusterCodeVersionResult }
type ListByEnvironmentOperationResponse ¶
type ListByEnvironmentOperationResponse struct { HttpResponse *http.Response Model *[]ManagedClusterCodeVersionResult }
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]ManagedClusterCodeVersionResult }
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, locationName string) LocationId
NewLocationID returns a new LocationId struct
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses 'input' into a LocationId
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input
func (LocationId) Segments ¶
func (id LocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location ID
func (LocationId) String ¶
func (id LocationId) String() string
String returns a human-readable description of this Location ID
type ManagedClusterCodeVersionResult ¶
type ManagedClusterCodeVersionResult struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagedClusterVersionDetails `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedClusterVersionClient ¶
type ManagedClusterVersionClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewManagedClusterVersionClientWithBaseURI ¶
func NewManagedClusterVersionClientWithBaseURI(endpoint string) ManagedClusterVersionClient
func (ManagedClusterVersionClient) Get ¶
func (c ManagedClusterVersionClient) Get(ctx context.Context, id ManagedClusterVersionId) (result GetOperationResponse, err error)
Get ...
func (ManagedClusterVersionClient) GetByEnvironment ¶
func (c ManagedClusterVersionClient) GetByEnvironment(ctx context.Context, id EnvironmentManagedClusterVersionId) (result GetByEnvironmentOperationResponse, err error)
GetByEnvironment ...
func (ManagedClusterVersionClient) List ¶
func (c ManagedClusterVersionClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error)
List ...
func (ManagedClusterVersionClient) ListByEnvironment ¶
func (c ManagedClusterVersionClient) ListByEnvironment(ctx context.Context, id LocationId) (result ListByEnvironmentOperationResponse, err error)
ListByEnvironment ...
type ManagedClusterVersionId ¶
type ManagedClusterVersionId struct { SubscriptionId string LocationName string ManagedClusterVersionName string }
ManagedClusterVersionId is a struct representing the Resource ID for a Managed Cluster Version
func NewManagedClusterVersionID ¶
func NewManagedClusterVersionID(subscriptionId string, locationName string, managedClusterVersionName string) ManagedClusterVersionId
NewManagedClusterVersionID returns a new ManagedClusterVersionId struct
func ParseManagedClusterVersionID ¶
func ParseManagedClusterVersionID(input string) (*ManagedClusterVersionId, error)
ParseManagedClusterVersionID parses 'input' into a ManagedClusterVersionId
func ParseManagedClusterVersionIDInsensitively ¶
func ParseManagedClusterVersionIDInsensitively(input string) (*ManagedClusterVersionId, error)
ParseManagedClusterVersionIDInsensitively parses 'input' case-insensitively into a ManagedClusterVersionId note: this method should only be used for API response data and not user input
func (ManagedClusterVersionId) ID ¶
func (id ManagedClusterVersionId) ID() string
ID returns the formatted Managed Cluster Version ID
func (ManagedClusterVersionId) Segments ¶
func (id ManagedClusterVersionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Cluster Version ID
func (ManagedClusterVersionId) String ¶
func (id ManagedClusterVersionId) String() string
String returns a human-readable description of this Managed Cluster Version ID
Source Files ¶
- client.go
- constants.go
- id_environmentmanagedclusterversion.go
- id_location.go
- id_managedclusterversion.go
- method_get_autorest.go
- method_getbyenvironment_autorest.go
- method_list_autorest.go
- method_listbyenvironment_autorest.go
- model_managedclustercodeversionresult.go
- model_managedclusterversiondetails.go
- version.go