Documentation ¶
Index ¶
- func ValidateCertificateID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateIntegrationAccountID(input interface{}, key string) (warnings []string, errors []error)
- type CertificateId
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type IntegrationAccountCertificate
- type IntegrationAccountCertificateOperationPredicate
- type IntegrationAccountCertificateProperties
- func (o *IntegrationAccountCertificateProperties) GetChangedTimeAsTime() (*time.Time, error)
- func (o *IntegrationAccountCertificateProperties) GetCreatedTimeAsTime() (*time.Time, error)
- func (o *IntegrationAccountCertificateProperties) SetChangedTimeAsTime(input time.Time)
- func (o *IntegrationAccountCertificateProperties) SetCreatedTimeAsTime(input time.Time)
- type IntegrationAccountCertificatesClient
- func (c IntegrationAccountCertificatesClient) CreateOrUpdate(ctx context.Context, id CertificateId, input IntegrationAccountCertificate) (result CreateOrUpdateOperationResponse, err error)
- func (c IntegrationAccountCertificatesClient) Delete(ctx context.Context, id CertificateId) (result DeleteOperationResponse, err error)
- func (c IntegrationAccountCertificatesClient) Get(ctx context.Context, id CertificateId) (result GetOperationResponse, err error)
- func (c IntegrationAccountCertificatesClient) List(ctx context.Context, id IntegrationAccountId, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c IntegrationAccountCertificatesClient) ListComplete(ctx context.Context, id IntegrationAccountId, options ListOperationOptions) (ListCompleteResult, error)
- func (c IntegrationAccountCertificatesClient) ListCompleteMatchingPredicate(ctx context.Context, id IntegrationAccountId, options ListOperationOptions, ...) (result ListCompleteResult, err error)
- type IntegrationAccountId
- type KeyVaultKeyReference
- type KeyVaultKeyReferenceKeyVault
- type ListCompleteResult
- type ListOperationOptions
- type ListOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateCertificateID ¶
ValidateCertificateID checks that 'input' can be parsed as a Certificate ID
func ValidateIntegrationAccountID ¶
func ValidateIntegrationAccountID(input interface{}, key string) (warnings []string, errors []error)
ValidateIntegrationAccountID checks that 'input' can be parsed as a Integration Account ID
Types ¶
type CertificateId ¶
type CertificateId struct { SubscriptionId string ResourceGroupName string IntegrationAccountName string CertificateName string }
CertificateId is a struct representing the Resource ID for a Certificate
func NewCertificateID ¶
func NewCertificateID(subscriptionId string, resourceGroupName string, integrationAccountName string, certificateName string) CertificateId
NewCertificateID returns a new CertificateId struct
func ParseCertificateID ¶
func ParseCertificateID(input string) (*CertificateId, error)
ParseCertificateID parses 'input' into a CertificateId
func ParseCertificateIDInsensitively ¶
func ParseCertificateIDInsensitively(input string) (*CertificateId, error)
ParseCertificateIDInsensitively parses 'input' case-insensitively into a CertificateId note: this method should only be used for API response data and not user input
func (CertificateId) ID ¶
func (id CertificateId) ID() string
ID returns the formatted Certificate ID
func (CertificateId) Segments ¶
func (id CertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Certificate ID
func (CertificateId) String ¶
func (id CertificateId) String() string
String returns a human-readable description of this Certificate ID
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationAccountCertificate }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationAccountCertificate }
type IntegrationAccountCertificate ¶
type IntegrationAccountCertificate struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties IntegrationAccountCertificateProperties `json:"properties"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type IntegrationAccountCertificateOperationPredicate ¶
type IntegrationAccountCertificateOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (IntegrationAccountCertificateOperationPredicate) Matches ¶
func (p IntegrationAccountCertificateOperationPredicate) Matches(input IntegrationAccountCertificate) bool
type IntegrationAccountCertificateProperties ¶
type IntegrationAccountCertificateProperties struct { ChangedTime *string `json:"changedTime,omitempty"` CreatedTime *string `json:"createdTime,omitempty"` Key *KeyVaultKeyReference `json:"key,omitempty"` Metadata *interface{} `json:"metadata,omitempty"` PublicCertificate *string `json:"publicCertificate,omitempty"` }
func (*IntegrationAccountCertificateProperties) GetChangedTimeAsTime ¶
func (o *IntegrationAccountCertificateProperties) GetChangedTimeAsTime() (*time.Time, error)
func (*IntegrationAccountCertificateProperties) GetCreatedTimeAsTime ¶
func (o *IntegrationAccountCertificateProperties) GetCreatedTimeAsTime() (*time.Time, error)
func (*IntegrationAccountCertificateProperties) SetChangedTimeAsTime ¶
func (o *IntegrationAccountCertificateProperties) SetChangedTimeAsTime(input time.Time)
func (*IntegrationAccountCertificateProperties) SetCreatedTimeAsTime ¶
func (o *IntegrationAccountCertificateProperties) SetCreatedTimeAsTime(input time.Time)
type IntegrationAccountCertificatesClient ¶
type IntegrationAccountCertificatesClient struct {
Client *resourcemanager.Client
}
func NewIntegrationAccountCertificatesClientWithBaseURI ¶
func NewIntegrationAccountCertificatesClientWithBaseURI(sdkApi sdkEnv.Api) (*IntegrationAccountCertificatesClient, error)
func (IntegrationAccountCertificatesClient) CreateOrUpdate ¶
func (c IntegrationAccountCertificatesClient) CreateOrUpdate(ctx context.Context, id CertificateId, input IntegrationAccountCertificate) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (IntegrationAccountCertificatesClient) Delete ¶
func (c IntegrationAccountCertificatesClient) Delete(ctx context.Context, id CertificateId) (result DeleteOperationResponse, err error)
Delete ...
func (IntegrationAccountCertificatesClient) Get ¶
func (c IntegrationAccountCertificatesClient) Get(ctx context.Context, id CertificateId) (result GetOperationResponse, err error)
Get ...
func (IntegrationAccountCertificatesClient) List ¶
func (c IntegrationAccountCertificatesClient) List(ctx context.Context, id IntegrationAccountId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (IntegrationAccountCertificatesClient) ListComplete ¶
func (c IntegrationAccountCertificatesClient) ListComplete(ctx context.Context, id IntegrationAccountId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (IntegrationAccountCertificatesClient) ListCompleteMatchingPredicate ¶
func (c IntegrationAccountCertificatesClient) ListCompleteMatchingPredicate(ctx context.Context, id IntegrationAccountId, options ListOperationOptions, predicate IntegrationAccountCertificateOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type IntegrationAccountId ¶
type IntegrationAccountId struct { SubscriptionId string ResourceGroupName string IntegrationAccountName string }
IntegrationAccountId is a struct representing the Resource ID for a Integration Account
func NewIntegrationAccountID ¶
func NewIntegrationAccountID(subscriptionId string, resourceGroupName string, integrationAccountName string) IntegrationAccountId
NewIntegrationAccountID returns a new IntegrationAccountId struct
func ParseIntegrationAccountID ¶
func ParseIntegrationAccountID(input string) (*IntegrationAccountId, error)
ParseIntegrationAccountID parses 'input' into a IntegrationAccountId
func ParseIntegrationAccountIDInsensitively ¶
func ParseIntegrationAccountIDInsensitively(input string) (*IntegrationAccountId, error)
ParseIntegrationAccountIDInsensitively parses 'input' case-insensitively into a IntegrationAccountId note: this method should only be used for API response data and not user input
func (IntegrationAccountId) ID ¶
func (id IntegrationAccountId) ID() string
ID returns the formatted Integration Account ID
func (IntegrationAccountId) Segments ¶
func (id IntegrationAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Integration Account ID
func (IntegrationAccountId) String ¶
func (id IntegrationAccountId) String() string
String returns a human-readable description of this Integration Account ID
type KeyVaultKeyReference ¶
type KeyVaultKeyReference struct { KeyName string `json:"keyName"` KeyVault KeyVaultKeyReferenceKeyVault `json:"keyVault"` KeyVersion *string `json:"keyVersion,omitempty"` }
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []IntegrationAccountCertificate
}
type ListOperationOptions ¶
type ListOperationOptions struct {
Top *int64
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶ added in v0.20230712.1163130
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶ added in v0.20230712.1163130
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶ added in v0.20230712.1163130
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]IntegrationAccountCertificate }
Source Files ¶
- client.go
- id_certificate.go
- id_integrationaccount.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- model_integrationaccountcertificate.go
- model_integrationaccountcertificateproperties.go
- model_keyvaultkeyreference.go
- model_keyvaultkeyreferencekeyvault.go
- predicates.go
- version.go