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 ListCustomPager
- 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) (result ListOperationResponse, err error)
- func (c ManagedCertificatesClient) ListComplete(ctx context.Context, id ManagedEnvironmentId) (ListCompleteResult, error)
- func (c ManagedCertificatesClient) ListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result 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" )
func (*CertificateProvisioningState) UnmarshalJSON ¶
func (s *CertificateProvisioningState) UnmarshalJSON(bytes []byte) error
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedCertificate }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ManagedCertificate }
type ListCustomPager ¶
func (*ListCustomPager) NextPageLink ¶
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedCertificate }
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" )
func (*ManagedCertificateDomainControlValidation) UnmarshalJSON ¶
func (s *ManagedCertificateDomainControlValidation) UnmarshalJSON(bytes []byte) error
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 ¶
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 *resourcemanager.Client
}
func NewManagedCertificatesClientWithBaseURI ¶
func NewManagedCertificatesClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedCertificatesClient, error)
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) (result ListOperationResponse, err error)
List ...
func (ManagedCertificatesClient) ListComplete ¶
func (c ManagedCertificatesClient) ListComplete(ctx context.Context, id ManagedEnvironmentId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ManagedCertificatesClient) ListCompleteMatchingPredicate ¶
func (c ManagedCertificatesClient) ListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, predicate ManagedCertificateOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies 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 ¶
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 OData *odata.OData Model *ManagedCertificate }