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 ValidateGatewayID(input interface{}, key string) (warnings []string, errors []error) + 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 GatewayKeysContract struct + Primary *string + Secondary *string + type GatewayListKeysClient struct + Client *resourcemanager.Client + func NewGatewayListKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*GatewayListKeysClient, error) + func (c GatewayListKeysClient) GatewayListKeys(ctx context.Context, id GatewayId) (result GatewayListKeysOperationResponse, err error) + type GatewayListKeysOperationResponse struct + HttpResponse *http.Response + Model *GatewayKeysContract + OData *odata.OData