Documentation ¶
Index ¶
- func ValidateManagedInstanceID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByInstanceCompleteResult
- type ListByInstanceOperationResponse
- type ManagedInstanceAzureADOnlyAuthProperties
- type ManagedInstanceAzureADOnlyAuthentication
- type ManagedInstanceAzureADOnlyAuthenticationOperationPredicate
- type ManagedInstanceAzureADOnlyAuthenticationsClient
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdate(ctx context.Context, id ManagedInstanceId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedInstanceId, ...) error
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) Delete(ctx context.Context, id ManagedInstanceId) (result DeleteOperationResponse, err error)
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) DeleteThenPoll(ctx context.Context, id ManagedInstanceId) error
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) Get(ctx context.Context, id ManagedInstanceId) (result GetOperationResponse, err error)
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
- func (c ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, ...) (result ListByInstanceCompleteResult, err error)
- type ManagedInstanceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateManagedInstanceID ¶
ValidateManagedInstanceID checks that 'input' can be parsed as a Managed Instance ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedInstanceAzureADOnlyAuthentication }
type ListByInstanceCompleteResult ¶
type ListByInstanceCompleteResult struct {
Items []ManagedInstanceAzureADOnlyAuthentication
}
type ListByInstanceOperationResponse ¶
type ListByInstanceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedInstanceAzureADOnlyAuthentication }
type ManagedInstanceAzureADOnlyAuthProperties ¶
type ManagedInstanceAzureADOnlyAuthProperties struct {
AzureADOnlyAuthentication bool `json:"azureADOnlyAuthentication"`
}
type ManagedInstanceAzureADOnlyAuthentication ¶
type ManagedInstanceAzureADOnlyAuthentication struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagedInstanceAzureADOnlyAuthProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedInstanceAzureADOnlyAuthenticationOperationPredicate ¶
type ManagedInstanceAzureADOnlyAuthenticationOperationPredicate struct { Id *string Name *string Type *string }
func (ManagedInstanceAzureADOnlyAuthenticationOperationPredicate) Matches ¶
func (p ManagedInstanceAzureADOnlyAuthenticationOperationPredicate) Matches(input ManagedInstanceAzureADOnlyAuthentication) bool
type ManagedInstanceAzureADOnlyAuthenticationsClient ¶
type ManagedInstanceAzureADOnlyAuthenticationsClient struct {
Client *resourcemanager.Client
}
func NewManagedInstanceAzureADOnlyAuthenticationsClientWithBaseURI ¶
func NewManagedInstanceAzureADOnlyAuthenticationsClientWithBaseURI(api environments.Api) (*ManagedInstanceAzureADOnlyAuthenticationsClient, error)
func (ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdate ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdate(ctx context.Context, id ManagedInstanceId, input ManagedInstanceAzureADOnlyAuthentication) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdateThenPoll ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedInstanceId, input ManagedInstanceAzureADOnlyAuthentication) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedInstanceAzureADOnlyAuthenticationsClient) Delete ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) Delete(ctx context.Context, id ManagedInstanceId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagedInstanceAzureADOnlyAuthenticationsClient) DeleteThenPoll ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) DeleteThenPoll(ctx context.Context, id ManagedInstanceId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ManagedInstanceAzureADOnlyAuthenticationsClient) Get ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) Get(ctx context.Context, id ManagedInstanceId) (result GetOperationResponse, err error)
Get ...
func (ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstance ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
ListByInstance ...
func (ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceComplete ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
ListByInstanceComplete retrieves all the results into a single object
func (ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceCompleteMatchingPredicate ¶
func (c ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, predicate ManagedInstanceAzureADOnlyAuthenticationOperationPredicate) (result ListByInstanceCompleteResult, err error)
ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ManagedInstanceId ¶
type ManagedInstanceId struct { SubscriptionId string ResourceGroupName string ManagedInstanceName string }
ManagedInstanceId is a struct representing the Resource ID for a Managed Instance
func NewManagedInstanceID ¶
func NewManagedInstanceID(subscriptionId string, resourceGroupName string, managedInstanceName string) ManagedInstanceId
NewManagedInstanceID returns a new ManagedInstanceId struct
func ParseManagedInstanceID ¶
func ParseManagedInstanceID(input string) (*ManagedInstanceId, error)
ParseManagedInstanceID parses 'input' into a ManagedInstanceId
func ParseManagedInstanceIDInsensitively ¶
func ParseManagedInstanceIDInsensitively(input string) (*ManagedInstanceId, error)
ParseManagedInstanceIDInsensitively parses 'input' case-insensitively into a ManagedInstanceId note: this method should only be used for API response data and not user input
func (ManagedInstanceId) ID ¶
func (id ManagedInstanceId) ID() string
ID returns the formatted Managed Instance ID
func (ManagedInstanceId) Segments ¶
func (id ManagedInstanceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Instance ID
func (ManagedInstanceId) String ¶
func (id ManagedInstanceId) String() string
String returns a human-readable description of this Managed Instance ID