Documentation ¶
Index ¶
- func ValidateCertificateAuthorityID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateGatewayID(input interface{}, key string) (warnings []string, errors []error)
- type CertificateAuthorityId
- func NewCertificateAuthorityID(subscriptionId string, resourceGroupName string, serviceName string, ...) CertificateAuthorityId
- func ParseCertificateAuthorityID(input string) (*CertificateAuthorityId, error)
- func ParseCertificateAuthorityIDInsensitively(input string) (*CertificateAuthorityId, error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationOptions
- type DeleteOperationResponse
- type GatewayCertificateAuthorityClient
- func (c GatewayCertificateAuthorityClient) CreateOrUpdate(ctx context.Context, id CertificateAuthorityId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c GatewayCertificateAuthorityClient) Delete(ctx context.Context, id CertificateAuthorityId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c GatewayCertificateAuthorityClient) Get(ctx context.Context, id CertificateAuthorityId) (result GetOperationResponse, err error)
- func (c GatewayCertificateAuthorityClient) GetEntityTag(ctx context.Context, id CertificateAuthorityId) (result GetEntityTagOperationResponse, err error)
- func (c GatewayCertificateAuthorityClient) ListByService(ctx context.Context, id GatewayId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error)
- func (c GatewayCertificateAuthorityClient) ListByServiceComplete(ctx context.Context, id GatewayId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error)
- func (c GatewayCertificateAuthorityClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id GatewayId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error)
- type GatewayCertificateAuthorityContract
- type GatewayCertificateAuthorityContractOperationPredicate
- type GatewayCertificateAuthorityContractProperties
- type GatewayId
- type GetEntityTagOperationResponse
- type GetOperationResponse
- type ListByServiceCompleteResult
- type ListByServiceCustomPager
- type ListByServiceOperationOptions
- type ListByServiceOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateCertificateAuthorityID ¶
func ValidateCertificateAuthorityID(input interface{}, key string) (warnings []string, errors []error)
ValidateCertificateAuthorityID checks that 'input' can be parsed as a Certificate Authority ID
func ValidateGatewayID ¶
ValidateGatewayID checks that 'input' can be parsed as a Gateway ID
Types ¶
type CertificateAuthorityId ¶
type CertificateAuthorityId struct { SubscriptionId string ResourceGroupName string ServiceName string GatewayId string CertificateId string }
CertificateAuthorityId is a struct representing the Resource ID for a Certificate Authority
func NewCertificateAuthorityID ¶
func NewCertificateAuthorityID(subscriptionId string, resourceGroupName string, serviceName string, gatewayId string, certificateId string) CertificateAuthorityId
NewCertificateAuthorityID returns a new CertificateAuthorityId struct
func ParseCertificateAuthorityID ¶
func ParseCertificateAuthorityID(input string) (*CertificateAuthorityId, error)
ParseCertificateAuthorityID parses 'input' into a CertificateAuthorityId
func ParseCertificateAuthorityIDInsensitively ¶
func ParseCertificateAuthorityIDInsensitively(input string) (*CertificateAuthorityId, error)
ParseCertificateAuthorityIDInsensitively parses 'input' case-insensitively into a CertificateAuthorityId note: this method should only be used for API response data and not user input
func (*CertificateAuthorityId) FromParseResult ¶
func (id *CertificateAuthorityId) FromParseResult(input resourceids.ParseResult) error
func (CertificateAuthorityId) ID ¶
func (id CertificateAuthorityId) ID() string
ID returns the formatted Certificate Authority ID
func (CertificateAuthorityId) Segments ¶
func (id CertificateAuthorityId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Certificate Authority ID
func (CertificateAuthorityId) String ¶
func (id CertificateAuthorityId) String() string
String returns a human-readable description of this Certificate Authority ID
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *GatewayCertificateAuthorityContract }
type DeleteOperationOptions ¶
type DeleteOperationOptions struct {
IfMatch *string
}
func DefaultDeleteOperationOptions ¶
func DefaultDeleteOperationOptions() DeleteOperationOptions
func (DeleteOperationOptions) ToHeaders ¶
func (o DeleteOperationOptions) ToHeaders() *client.Headers
func (DeleteOperationOptions) ToOData ¶
func (o DeleteOperationOptions) ToOData() *odata.Query
func (DeleteOperationOptions) ToQuery ¶
func (o DeleteOperationOptions) ToQuery() *client.QueryParams
type DeleteOperationResponse ¶
type GatewayCertificateAuthorityClient ¶
type GatewayCertificateAuthorityClient struct {
Client *resourcemanager.Client
}
func NewGatewayCertificateAuthorityClientWithBaseURI ¶
func NewGatewayCertificateAuthorityClientWithBaseURI(sdkApi sdkEnv.Api) (*GatewayCertificateAuthorityClient, error)
func (GatewayCertificateAuthorityClient) CreateOrUpdate ¶
func (c GatewayCertificateAuthorityClient) CreateOrUpdate(ctx context.Context, id CertificateAuthorityId, input GatewayCertificateAuthorityContract, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (GatewayCertificateAuthorityClient) Delete ¶
func (c GatewayCertificateAuthorityClient) Delete(ctx context.Context, id CertificateAuthorityId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (GatewayCertificateAuthorityClient) Get ¶
func (c GatewayCertificateAuthorityClient) Get(ctx context.Context, id CertificateAuthorityId) (result GetOperationResponse, err error)
Get ...
func (GatewayCertificateAuthorityClient) GetEntityTag ¶
func (c GatewayCertificateAuthorityClient) GetEntityTag(ctx context.Context, id CertificateAuthorityId) (result GetEntityTagOperationResponse, err error)
GetEntityTag ...
func (GatewayCertificateAuthorityClient) ListByService ¶
func (c GatewayCertificateAuthorityClient) ListByService(ctx context.Context, id GatewayId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error)
ListByService ...
func (GatewayCertificateAuthorityClient) ListByServiceComplete ¶
func (c GatewayCertificateAuthorityClient) ListByServiceComplete(ctx context.Context, id GatewayId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error)
ListByServiceComplete retrieves all the results into a single object
func (GatewayCertificateAuthorityClient) ListByServiceCompleteMatchingPredicate ¶
func (c GatewayCertificateAuthorityClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id GatewayId, options ListByServiceOperationOptions, predicate GatewayCertificateAuthorityContractOperationPredicate) (result ListByServiceCompleteResult, err error)
ListByServiceCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GatewayCertificateAuthorityContract ¶
type GatewayCertificateAuthorityContract struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *GatewayCertificateAuthorityContractProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type GatewayCertificateAuthorityContractOperationPredicate ¶
type GatewayCertificateAuthorityContractOperationPredicate struct { Id *string Name *string Type *string }
func (GatewayCertificateAuthorityContractOperationPredicate) Matches ¶
func (p GatewayCertificateAuthorityContractOperationPredicate) Matches(input GatewayCertificateAuthorityContract) bool
type GatewayCertificateAuthorityContractProperties ¶
type GatewayCertificateAuthorityContractProperties struct {
IsTrusted *bool `json:"isTrusted,omitempty"`
}
type GatewayId ¶
type GatewayId struct { SubscriptionId string ResourceGroupName string ServiceName string GatewayId string }
GatewayId is a struct representing the Resource ID for a Gateway
func NewGatewayID ¶
func NewGatewayID(subscriptionId string, resourceGroupName string, serviceName string, gatewayId string) GatewayId
NewGatewayID returns a new GatewayId struct
func ParseGatewayID ¶
ParseGatewayID parses 'input' into a GatewayId
func ParseGatewayIDInsensitively ¶
ParseGatewayIDInsensitively parses 'input' case-insensitively into a GatewayId note: this method should only be used for API response data and not user input
func (*GatewayId) FromParseResult ¶
func (id *GatewayId) FromParseResult(input resourceids.ParseResult) error
func (GatewayId) Segments ¶
func (id GatewayId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Gateway ID
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *GatewayCertificateAuthorityContract }
type ListByServiceCompleteResult ¶
type ListByServiceCompleteResult struct { LatestHttpResponse *http.Response Items []GatewayCertificateAuthorityContract }
type ListByServiceCustomPager ¶ added in v0.20240628.1153531
func (*ListByServiceCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByServiceCustomPager) NextPageLink() *odata.Link
type ListByServiceOperationOptions ¶
func DefaultListByServiceOperationOptions ¶
func DefaultListByServiceOperationOptions() ListByServiceOperationOptions
func (ListByServiceOperationOptions) ToHeaders ¶
func (o ListByServiceOperationOptions) ToHeaders() *client.Headers
func (ListByServiceOperationOptions) ToOData ¶
func (o ListByServiceOperationOptions) ToOData() *odata.Query
func (ListByServiceOperationOptions) ToQuery ¶
func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams
type ListByServiceOperationResponse ¶
type ListByServiceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]GatewayCertificateAuthorityContract }