Documentation ¶
Index ¶
- func ValidateServerID(input interface{}, key string) (warnings []string, errors []error)
- type AzureADOnlyAuthProperties
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByServerCompleteResult
- type ListByServerOperationResponse
- type ServerAzureADOnlyAuthentication
- type ServerAzureADOnlyAuthenticationOperationPredicate
- type ServerAzureADOnlyAuthenticationsClient
- func (c ServerAzureADOnlyAuthenticationsClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerAzureADOnlyAuthentication) (result CreateOrUpdateOperationResponse, err error)
- func (c ServerAzureADOnlyAuthenticationsClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerId, input ServerAzureADOnlyAuthentication) error
- func (c ServerAzureADOnlyAuthenticationsClient) Delete(ctx context.Context, id ServerId) (result DeleteOperationResponse, err error)
- func (c ServerAzureADOnlyAuthenticationsClient) DeleteThenPoll(ctx context.Context, id ServerId) error
- func (c ServerAzureADOnlyAuthenticationsClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
- func (c ServerAzureADOnlyAuthenticationsClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
- func (c ServerAzureADOnlyAuthenticationsClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
- func (c ServerAzureADOnlyAuthenticationsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, ...) (result ListByServerCompleteResult, err error)
- type ServerId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateServerID ¶
ValidateServerID checks that 'input' can be parsed as a Server ID
Types ¶
type AzureADOnlyAuthProperties ¶
type AzureADOnlyAuthProperties struct {
AzureADOnlyAuthentication bool `json:"azureADOnlyAuthentication"`
}
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ServerAzureADOnlyAuthentication }
type ListByServerCompleteResult ¶
type ListByServerCompleteResult struct {
Items []ServerAzureADOnlyAuthentication
}
type ListByServerOperationResponse ¶
type ListByServerOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ServerAzureADOnlyAuthentication }
type ServerAzureADOnlyAuthentication ¶
type ServerAzureADOnlyAuthentication struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *AzureADOnlyAuthProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ServerAzureADOnlyAuthenticationOperationPredicate ¶
type ServerAzureADOnlyAuthenticationOperationPredicate struct { Id *string Name *string Type *string }
func (ServerAzureADOnlyAuthenticationOperationPredicate) Matches ¶
func (p ServerAzureADOnlyAuthenticationOperationPredicate) Matches(input ServerAzureADOnlyAuthentication) bool
type ServerAzureADOnlyAuthenticationsClient ¶
type ServerAzureADOnlyAuthenticationsClient struct {
Client *resourcemanager.Client
}
func NewServerAzureADOnlyAuthenticationsClientWithBaseURI ¶
func NewServerAzureADOnlyAuthenticationsClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerAzureADOnlyAuthenticationsClient, error)
func (ServerAzureADOnlyAuthenticationsClient) CreateOrUpdate ¶
func (c ServerAzureADOnlyAuthenticationsClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerAzureADOnlyAuthentication) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServerAzureADOnlyAuthenticationsClient) CreateOrUpdateThenPoll ¶
func (c ServerAzureADOnlyAuthenticationsClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerId, input ServerAzureADOnlyAuthentication) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ServerAzureADOnlyAuthenticationsClient) Delete ¶
func (c ServerAzureADOnlyAuthenticationsClient) Delete(ctx context.Context, id ServerId) (result DeleteOperationResponse, err error)
Delete ...
func (ServerAzureADOnlyAuthenticationsClient) DeleteThenPoll ¶
func (c ServerAzureADOnlyAuthenticationsClient) DeleteThenPoll(ctx context.Context, id ServerId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ServerAzureADOnlyAuthenticationsClient) Get ¶
func (c ServerAzureADOnlyAuthenticationsClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
Get ...
func (ServerAzureADOnlyAuthenticationsClient) ListByServer ¶
func (c ServerAzureADOnlyAuthenticationsClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
func (ServerAzureADOnlyAuthenticationsClient) ListByServerComplete ¶
func (c ServerAzureADOnlyAuthenticationsClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
ListByServerComplete retrieves all the results into a single object
func (ServerAzureADOnlyAuthenticationsClient) ListByServerCompleteMatchingPredicate ¶
func (c ServerAzureADOnlyAuthenticationsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate ServerAzureADOnlyAuthenticationOperationPredicate) (result ListByServerCompleteResult, err error)
ListByServerCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ServerId ¶
ServerId is a struct representing the Resource ID for a Server
func NewServerID ¶
NewServerID returns a new ServerId struct
func ParseServerID ¶
ParseServerID parses 'input' into a ServerId
func ParseServerIDInsensitively ¶
ParseServerIDInsensitively parses 'input' case-insensitively into a ServerId note: this method should only be used for API response data and not user input
func (ServerId) Segments ¶
func (id ServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Server ID