Documentation ¶
Index ¶
- func PossibleValuesForCertificateProvisioningState() []string
- func PossibleValuesForManagedCertificateDomainControlValidation() []string
- func ValidateManagedCertificateID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
- type CertificateProvisioningState
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListCompleteResult
- type ListOperationResponse
- type ManagedCertificate
- type ManagedCertificateDomainControlValidation
- type ManagedCertificateId
- type ManagedCertificateOperationPredicate
- type ManagedCertificatePatch
- type ManagedCertificateProperties
- type ManagedCertificatesClient
- func (c ManagedCertificatesClient) CreateOrUpdate(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedCertificatesClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) error
- func (c ManagedCertificatesClient) Delete(ctx context.Context, id ManagedCertificateId) (result DeleteOperationResponse, err error)
- func (c ManagedCertificatesClient) Get(ctx context.Context, id ManagedCertificateId) (result GetOperationResponse, err error)
- func (c ManagedCertificatesClient) List(ctx context.Context, id ManagedEnvironmentId) (resp ListOperationResponse, err error)
- func (c ManagedCertificatesClient) ListComplete(ctx context.Context, id ManagedEnvironmentId) (ListCompleteResult, error)
- func (c ManagedCertificatesClient) ListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (resp ListCompleteResult, err error)
- func (c ManagedCertificatesClient) Update(ctx context.Context, id ManagedCertificateId, input ManagedCertificatePatch) (result UpdateOperationResponse, err error)
- type ManagedEnvironmentId
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForCertificateProvisioningState ¶
func PossibleValuesForCertificateProvisioningState() []string
func PossibleValuesForManagedCertificateDomainControlValidation ¶
func PossibleValuesForManagedCertificateDomainControlValidation() []string
func ValidateManagedCertificateID ¶
func ValidateManagedCertificateID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedCertificateID checks that 'input' can be parsed as a Managed Certificate ID
func ValidateManagedEnvironmentID ¶
func ValidateManagedEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedEnvironmentID checks that 'input' can be parsed as a Managed Environment ID
Types ¶
type CertificateProvisioningState ¶
type CertificateProvisioningState string
const ( CertificateProvisioningStateCanceled CertificateProvisioningState = "Canceled" CertificateProvisioningStateDeleteFailed CertificateProvisioningState = "DeleteFailed" CertificateProvisioningStateFailed CertificateProvisioningState = "Failed" CertificateProvisioningStatePending CertificateProvisioningState = "Pending" CertificateProvisioningStateSucceeded CertificateProvisioningState = "Succeeded" )
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *ManagedCertificate }
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []ManagedCertificate
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]ManagedCertificate // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type ManagedCertificate ¶
type ManagedCertificate struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *ManagedCertificateProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedCertificateDomainControlValidation ¶
type ManagedCertificateDomainControlValidation string
const ( ManagedCertificateDomainControlValidationCNAME ManagedCertificateDomainControlValidation = "CNAME" ManagedCertificateDomainControlValidationHTTP ManagedCertificateDomainControlValidation = "HTTP" ManagedCertificateDomainControlValidationTXT ManagedCertificateDomainControlValidation = "TXT" )
type ManagedCertificateId ¶
type ManagedCertificateId struct { SubscriptionId string ResourceGroupName string ManagedEnvironmentName string ManagedCertificateName string }
ManagedCertificateId is a struct representing the Resource ID for a Managed Certificate
func NewManagedCertificateID ¶
func NewManagedCertificateID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, managedCertificateName string) ManagedCertificateId
NewManagedCertificateID returns a new ManagedCertificateId struct
func ParseManagedCertificateID ¶
func ParseManagedCertificateID(input string) (*ManagedCertificateId, error)
ParseManagedCertificateID parses 'input' into a ManagedCertificateId
func ParseManagedCertificateIDInsensitively ¶
func ParseManagedCertificateIDInsensitively(input string) (*ManagedCertificateId, error)
ParseManagedCertificateIDInsensitively parses 'input' case-insensitively into a ManagedCertificateId note: this method should only be used for API response data and not user input
func (*ManagedCertificateId) FromParseResult ¶ added in v0.20231127.1171502
func (id *ManagedCertificateId) FromParseResult(input resourceids.ParseResult) error
func (ManagedCertificateId) ID ¶
func (id ManagedCertificateId) ID() string
ID returns the formatted Managed Certificate ID
func (ManagedCertificateId) Segments ¶
func (id ManagedCertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Certificate ID
func (ManagedCertificateId) String ¶
func (id ManagedCertificateId) String() string
String returns a human-readable description of this Managed Certificate ID
type ManagedCertificateOperationPredicate ¶
type ManagedCertificateOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (ManagedCertificateOperationPredicate) Matches ¶
func (p ManagedCertificateOperationPredicate) Matches(input ManagedCertificate) bool
type ManagedCertificatePatch ¶
type ManagedCertificateProperties ¶
type ManagedCertificateProperties struct { DomainControlValidation *ManagedCertificateDomainControlValidation `json:"domainControlValidation,omitempty"` Error *string `json:"error,omitempty"` ProvisioningState *CertificateProvisioningState `json:"provisioningState,omitempty"` SubjectName *string `json:"subjectName,omitempty"` ValidationToken *string `json:"validationToken,omitempty"` }
type ManagedCertificatesClient ¶
type ManagedCertificatesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewManagedCertificatesClientWithBaseURI ¶
func NewManagedCertificatesClientWithBaseURI(endpoint string) ManagedCertificatesClient
func (ManagedCertificatesClient) CreateOrUpdate ¶
func (c ManagedCertificatesClient) CreateOrUpdate(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedCertificatesClient) CreateOrUpdateThenPoll ¶
func (c ManagedCertificatesClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedCertificatesClient) Delete ¶
func (c ManagedCertificatesClient) Delete(ctx context.Context, id ManagedCertificateId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagedCertificatesClient) Get ¶
func (c ManagedCertificatesClient) Get(ctx context.Context, id ManagedCertificateId) (result GetOperationResponse, err error)
Get ...
func (ManagedCertificatesClient) List ¶
func (c ManagedCertificatesClient) List(ctx context.Context, id ManagedEnvironmentId) (resp ListOperationResponse, err error)
List ...
func (ManagedCertificatesClient) ListComplete ¶
func (c ManagedCertificatesClient) ListComplete(ctx context.Context, id ManagedEnvironmentId) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (ManagedCertificatesClient) ListCompleteMatchingPredicate ¶
func (c ManagedCertificatesClient) ListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, predicate ManagedCertificateOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedCertificatesClient) Update ¶
func (c ManagedCertificatesClient) Update(ctx context.Context, id ManagedCertificateId, input ManagedCertificatePatch) (result UpdateOperationResponse, err error)
Update ...
type ManagedEnvironmentId ¶
type ManagedEnvironmentId struct { SubscriptionId string ResourceGroupName string ManagedEnvironmentName string }
ManagedEnvironmentId is a struct representing the Resource ID for a Managed Environment
func NewManagedEnvironmentID ¶
func NewManagedEnvironmentID(subscriptionId string, resourceGroupName string, managedEnvironmentName string) ManagedEnvironmentId
NewManagedEnvironmentID returns a new ManagedEnvironmentId struct
func ParseManagedEnvironmentID ¶
func ParseManagedEnvironmentID(input string) (*ManagedEnvironmentId, error)
ParseManagedEnvironmentID parses 'input' into a ManagedEnvironmentId
func ParseManagedEnvironmentIDInsensitively ¶
func ParseManagedEnvironmentIDInsensitively(input string) (*ManagedEnvironmentId, error)
ParseManagedEnvironmentIDInsensitively parses 'input' case-insensitively into a ManagedEnvironmentId note: this method should only be used for API response data and not user input
func (*ManagedEnvironmentId) FromParseResult ¶ added in v0.20231127.1171502
func (id *ManagedEnvironmentId) FromParseResult(input resourceids.ParseResult) error
func (ManagedEnvironmentId) ID ¶
func (id ManagedEnvironmentId) ID() string
ID returns the formatted Managed Environment ID
func (ManagedEnvironmentId) Segments ¶
func (id ManagedEnvironmentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Environment ID
func (ManagedEnvironmentId) String ¶
func (id ManagedEnvironmentId) String() string
String returns a human-readable description of this Managed Environment ID
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response Model *ManagedCertificate }
Source Files ¶
- client.go
- constants.go
- id_managedcertificate.go
- id_managedenvironment.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_list_autorest.go
- method_update_autorest.go
- model_managedcertificate.go
- model_managedcertificatepatch.go
- model_managedcertificateproperties.go
- predicates.go
- version.go