Documentation ¶
Index ¶
- func ValidateManagedInstanceID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateServerTrustCertificateID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByInstanceCompleteResult
- type ListByInstanceOperationResponse
- type ManagedInstanceId
- type ServerTrustCertificate
- type ServerTrustCertificateId
- func NewServerTrustCertificateID(subscriptionId string, resourceGroupName string, managedInstanceName string, ...) ServerTrustCertificateId
- func ParseServerTrustCertificateID(input string) (*ServerTrustCertificateId, error)
- func ParseServerTrustCertificateIDInsensitively(input string) (*ServerTrustCertificateId, error)
- type ServerTrustCertificateOperationPredicate
- type ServerTrustCertificateProperties
- type ServerTrustCertificatesClient
- func (c ServerTrustCertificatesClient) CreateOrUpdate(ctx context.Context, id ServerTrustCertificateId, input ServerTrustCertificate) (result CreateOrUpdateOperationResponse, err error)
- func (c ServerTrustCertificatesClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerTrustCertificateId, input ServerTrustCertificate) error
- func (c ServerTrustCertificatesClient) Delete(ctx context.Context, id ServerTrustCertificateId) (result DeleteOperationResponse, err error)
- func (c ServerTrustCertificatesClient) DeleteThenPoll(ctx context.Context, id ServerTrustCertificateId) error
- func (c ServerTrustCertificatesClient) Get(ctx context.Context, id ServerTrustCertificateId) (result GetOperationResponse, err error)
- func (c ServerTrustCertificatesClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
- func (c ServerTrustCertificatesClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
- func (c ServerTrustCertificatesClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, ...) (result ListByInstanceCompleteResult, err error)
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
func ValidateServerTrustCertificateID ¶
func ValidateServerTrustCertificateID(input interface{}, key string) (warnings []string, errors []error)
ValidateServerTrustCertificateID checks that 'input' can be parsed as a Server Trust Certificate ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ServerTrustCertificate }
type ListByInstanceCompleteResult ¶
type ListByInstanceCompleteResult struct {
Items []ServerTrustCertificate
}
type ListByInstanceOperationResponse ¶
type ListByInstanceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ServerTrustCertificate }
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
type ServerTrustCertificate ¶
type ServerTrustCertificate struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ServerTrustCertificateProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ServerTrustCertificateId ¶
type ServerTrustCertificateId struct { SubscriptionId string ResourceGroupName string ManagedInstanceName string ServerTrustCertificateName string }
ServerTrustCertificateId is a struct representing the Resource ID for a Server Trust Certificate
func NewServerTrustCertificateID ¶
func NewServerTrustCertificateID(subscriptionId string, resourceGroupName string, managedInstanceName string, serverTrustCertificateName string) ServerTrustCertificateId
NewServerTrustCertificateID returns a new ServerTrustCertificateId struct
func ParseServerTrustCertificateID ¶
func ParseServerTrustCertificateID(input string) (*ServerTrustCertificateId, error)
ParseServerTrustCertificateID parses 'input' into a ServerTrustCertificateId
func ParseServerTrustCertificateIDInsensitively ¶
func ParseServerTrustCertificateIDInsensitively(input string) (*ServerTrustCertificateId, error)
ParseServerTrustCertificateIDInsensitively parses 'input' case-insensitively into a ServerTrustCertificateId note: this method should only be used for API response data and not user input
func (ServerTrustCertificateId) ID ¶
func (id ServerTrustCertificateId) ID() string
ID returns the formatted Server Trust Certificate ID
func (ServerTrustCertificateId) Segments ¶
func (id ServerTrustCertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Server Trust Certificate ID
func (ServerTrustCertificateId) String ¶
func (id ServerTrustCertificateId) String() string
String returns a human-readable description of this Server Trust Certificate ID
type ServerTrustCertificateOperationPredicate ¶
func (ServerTrustCertificateOperationPredicate) Matches ¶
func (p ServerTrustCertificateOperationPredicate) Matches(input ServerTrustCertificate) bool
type ServerTrustCertificatesClient ¶
type ServerTrustCertificatesClient struct {
Client *resourcemanager.Client
}
func NewServerTrustCertificatesClientWithBaseURI ¶
func NewServerTrustCertificatesClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerTrustCertificatesClient, error)
func (ServerTrustCertificatesClient) CreateOrUpdate ¶
func (c ServerTrustCertificatesClient) CreateOrUpdate(ctx context.Context, id ServerTrustCertificateId, input ServerTrustCertificate) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServerTrustCertificatesClient) CreateOrUpdateThenPoll ¶
func (c ServerTrustCertificatesClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerTrustCertificateId, input ServerTrustCertificate) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ServerTrustCertificatesClient) Delete ¶
func (c ServerTrustCertificatesClient) Delete(ctx context.Context, id ServerTrustCertificateId) (result DeleteOperationResponse, err error)
Delete ...
func (ServerTrustCertificatesClient) DeleteThenPoll ¶
func (c ServerTrustCertificatesClient) DeleteThenPoll(ctx context.Context, id ServerTrustCertificateId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ServerTrustCertificatesClient) Get ¶
func (c ServerTrustCertificatesClient) Get(ctx context.Context, id ServerTrustCertificateId) (result GetOperationResponse, err error)
Get ...
func (ServerTrustCertificatesClient) ListByInstance ¶
func (c ServerTrustCertificatesClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
ListByInstance ...
func (ServerTrustCertificatesClient) ListByInstanceComplete ¶
func (c ServerTrustCertificatesClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
ListByInstanceComplete retrieves all the results into a single object
func (ServerTrustCertificatesClient) ListByInstanceCompleteMatchingPredicate ¶
func (c ServerTrustCertificatesClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, predicate ServerTrustCertificateOperationPredicate) (result ListByInstanceCompleteResult, err error)
ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate