Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateCertificateAuthorityID(input interface{}, key string) (warnings []string, errors []error) + func ValidateGatewayID(input interface{}, key string) (warnings []string, errors []error) + type CertificateAuthorityId struct + CertificateId string + GatewayId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewCertificateAuthorityID(subscriptionId string, resourceGroupName string, serviceName string, ...) CertificateAuthorityId + func ParseCertificateAuthorityID(input string) (*CertificateAuthorityId, error) + func ParseCertificateAuthorityIDInsensitively(input string) (*CertificateAuthorityId, error) + func (id *CertificateAuthorityId) FromParseResult(input resourceids.ParseResult) error + func (id CertificateAuthorityId) ID() string + func (id CertificateAuthorityId) Segments() []resourceids.Segment + func (id CertificateAuthorityId) String() string + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *GatewayCertificateAuthorityContract + OData *odata.OData + type DeleteOperationOptions struct + IfMatch *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GatewayCertificateAuthorityClient struct + Client *resourcemanager.Client + func NewGatewayCertificateAuthorityClientWithBaseURI(sdkApi sdkEnv.Api) (*GatewayCertificateAuthorityClient, error) + 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 struct + Id *string + Name *string + Properties *GatewayCertificateAuthorityContractProperties + Type *string + type GatewayCertificateAuthorityContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p GatewayCertificateAuthorityContractOperationPredicate) Matches(input GatewayCertificateAuthorityContract) bool + type GatewayCertificateAuthorityContractProperties struct + IsTrusted *bool + type GatewayId struct + GatewayId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewGatewayID(subscriptionId string, resourceGroupName string, serviceName string, ...) GatewayId + func ParseGatewayID(input string) (*GatewayId, error) + func ParseGatewayIDInsensitively(input string) (*GatewayId, error) + func (id *GatewayId) FromParseResult(input resourceids.ParseResult) error + func (id GatewayId) ID() string + func (id GatewayId) Segments() []resourceids.Segment + func (id GatewayId) String() string + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *GatewayCertificateAuthorityContract + OData *odata.OData + type ListByServiceCompleteResult struct + Items []GatewayCertificateAuthorityContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]GatewayCertificateAuthorityContract + OData *odata.OData