Documentation ¶
Index ¶
- func PossibleValuesForGatewayListDebugCredentialsContractPurpose() []string
- func ValidateServiceGatewayID(input interface{}, key string) (warnings []string, errors []error)
- type GatewayDebugCredentialsContract
- type GatewayListDebugCredentialsClient
- type GatewayListDebugCredentialsContract
- type GatewayListDebugCredentialsContractPurpose
- type GatewayListDebugCredentialsOperationResponse
- type ServiceGatewayId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForGatewayListDebugCredentialsContractPurpose ¶
func PossibleValuesForGatewayListDebugCredentialsContractPurpose() []string
func ValidateServiceGatewayID ¶
ValidateServiceGatewayID checks that 'input' can be parsed as a Service Gateway ID
Types ¶
type GatewayDebugCredentialsContract ¶
type GatewayDebugCredentialsContract struct {
Token *string `json:"token,omitempty"`
}
type GatewayListDebugCredentialsClient ¶
type GatewayListDebugCredentialsClient struct {
Client *resourcemanager.Client
}
func NewGatewayListDebugCredentialsClientWithBaseURI ¶
func NewGatewayListDebugCredentialsClientWithBaseURI(sdkApi sdkEnv.Api) (*GatewayListDebugCredentialsClient, error)
func (GatewayListDebugCredentialsClient) GatewayListDebugCredentials ¶
func (c GatewayListDebugCredentialsClient) GatewayListDebugCredentials(ctx context.Context, id ServiceGatewayId, input GatewayListDebugCredentialsContract) (result GatewayListDebugCredentialsOperationResponse, err error)
GatewayListDebugCredentials ...
type GatewayListDebugCredentialsContract ¶
type GatewayListDebugCredentialsContract struct { ApiId string `json:"apiId"` CredentialsExpireAfter *string `json:"credentialsExpireAfter,omitempty"` Purposes []GatewayListDebugCredentialsContractPurpose `json:"purposes"` }
type GatewayListDebugCredentialsContractPurpose ¶
type GatewayListDebugCredentialsContractPurpose string
const (
GatewayListDebugCredentialsContractPurposeTracing GatewayListDebugCredentialsContractPurpose = "tracing"
)
func (*GatewayListDebugCredentialsContractPurpose) UnmarshalJSON ¶
func (s *GatewayListDebugCredentialsContractPurpose) UnmarshalJSON(bytes []byte) error
type GatewayListDebugCredentialsOperationResponse ¶
type GatewayListDebugCredentialsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *GatewayDebugCredentialsContract }
type ServiceGatewayId ¶
type ServiceGatewayId struct { SubscriptionId string ResourceGroupName string ServiceName string GatewayId string }
ServiceGatewayId is a struct representing the Resource ID for a Service Gateway
func NewServiceGatewayID ¶
func NewServiceGatewayID(subscriptionId string, resourceGroupName string, serviceName string, gatewayId string) ServiceGatewayId
NewServiceGatewayID returns a new ServiceGatewayId struct
func ParseServiceGatewayID ¶
func ParseServiceGatewayID(input string) (*ServiceGatewayId, error)
ParseServiceGatewayID parses 'input' into a ServiceGatewayId
func ParseServiceGatewayIDInsensitively ¶
func ParseServiceGatewayIDInsensitively(input string) (*ServiceGatewayId, error)
ParseServiceGatewayIDInsensitively parses 'input' case-insensitively into a ServiceGatewayId note: this method should only be used for API response data and not user input
func (*ServiceGatewayId) FromParseResult ¶
func (id *ServiceGatewayId) FromParseResult(input resourceids.ParseResult) error
func (ServiceGatewayId) ID ¶
func (id ServiceGatewayId) ID() string
ID returns the formatted Service Gateway ID
func (ServiceGatewayId) Segments ¶
func (id ServiceGatewayId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Service Gateway ID
func (ServiceGatewayId) String ¶
func (id ServiceGatewayId) String() string
String returns a human-readable description of this Service Gateway ID