Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForKeyType ¶
func PossibleValuesForKeyType() []string
func ValidateGatewayID ¶
ValidateGatewayID checks that 'input' can be parsed as a Gateway ID
Types ¶
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) Segments ¶
func (id GatewayId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Gateway ID
type GatewayKeyRegenerationRequestContract ¶
type GatewayKeyRegenerationRequestContract struct {
KeyType KeyType `json:"keyType"`
}
type GatewayRegenerateKeyClient ¶
type GatewayRegenerateKeyClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewGatewayRegenerateKeyClientWithBaseURI ¶
func NewGatewayRegenerateKeyClientWithBaseURI(endpoint string) GatewayRegenerateKeyClient
func (GatewayRegenerateKeyClient) GatewayRegenerateKey ¶
func (c GatewayRegenerateKeyClient) GatewayRegenerateKey(ctx context.Context, id GatewayId, input GatewayKeyRegenerationRequestContract) (result GatewayRegenerateKeyOperationResponse, err error)
GatewayRegenerateKey ...
Click to show internal directories.
Click to hide internal directories.