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 ValidateConnectionGatewayID(input interface{}, key string) (warnings []string, errors []error) + func ValidateConnectionGatewayInstallationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type ConnectionGatewayDefinition struct + Etag *string + Id *string + Location *string + Name *string + Properties *ConnectionGatewayDefinitionProperties + Tags *map[string]string + Type *string + type ConnectionGatewayDefinitionCollection struct + Value *[]ConnectionGatewayDefinition + type ConnectionGatewayDefinitionProperties struct + BackendUri *string + ConnectionGatewayInstallation *ConnectionGatewayReference + ContactInformation *[]string + Description *string + DisplayName *string + MachineName *string + Status *interface{} + type ConnectionGatewayId struct + ConnectionGatewayName string + ResourceGroupName string + SubscriptionId string + func NewConnectionGatewayID(subscriptionId string, resourceGroupName string, connectionGatewayName string) ConnectionGatewayId + func ParseConnectionGatewayID(input string) (*ConnectionGatewayId, error) + func ParseConnectionGatewayIDInsensitively(input string) (*ConnectionGatewayId, error) + func (id *ConnectionGatewayId) FromParseResult(input resourceids.ParseResult) error + func (id ConnectionGatewayId) ID() string + func (id ConnectionGatewayId) Segments() []resourceids.Segment + func (id ConnectionGatewayId) String() string + type ConnectionGatewayInstallationDefinition struct + Etag *string + Id *string + Location *string + Name *string + Properties *ConnectionGatewayInstallationDefinitionProperties + Tags *map[string]string + Type *string + type ConnectionGatewayInstallationDefinitionCollection struct + Value *[]ConnectionGatewayInstallationDefinition + type ConnectionGatewayInstallationDefinitionProperties struct + BackendUri *string + ConnectionGateway *ConnectionGatewayReference + ContactInformation *[]string + Description *string + DisplayName *string + MachineName *string + Status *interface{} + type ConnectionGatewayInstallationId struct + GatewayId string + LocationName string + SubscriptionId string + func NewConnectionGatewayInstallationID(subscriptionId string, locationName string, gatewayId string) ConnectionGatewayInstallationId + func ParseConnectionGatewayInstallationID(input string) (*ConnectionGatewayInstallationId, error) + func ParseConnectionGatewayInstallationIDInsensitively(input string) (*ConnectionGatewayInstallationId, error) + func (id *ConnectionGatewayInstallationId) FromParseResult(input resourceids.ParseResult) error + func (id ConnectionGatewayInstallationId) ID() string + func (id ConnectionGatewayInstallationId) Segments() []resourceids.Segment + func (id ConnectionGatewayInstallationId) String() string + type ConnectionGatewayInstallationsGetOperationResponse struct + HttpResponse *http.Response + Model *ConnectionGatewayInstallationDefinition + OData *odata.OData + type ConnectionGatewayInstallationsListOperationResponse struct + HttpResponse *http.Response + Model *ConnectionGatewayInstallationDefinitionCollection + OData *odata.OData + type ConnectionGatewayReference struct + Id *string + Location *string + Name *string + Type *string + type ConnectionGatewaysClient struct + Client *resourcemanager.Client + func NewConnectionGatewaysClientWithBaseURI(sdkApi sdkEnv.Api) (*ConnectionGatewaysClient, error) + func (c ConnectionGatewaysClient) ConnectionGatewayInstallationsGet(ctx context.Context, id ConnectionGatewayInstallationId) (result ConnectionGatewayInstallationsGetOperationResponse, err error) + func (c ConnectionGatewaysClient) ConnectionGatewayInstallationsList(ctx context.Context, id LocationId) (result ConnectionGatewayInstallationsListOperationResponse, err error) + func (c ConnectionGatewaysClient) ConnectionGatewaysCreateOrUpdate(ctx context.Context, id ConnectionGatewayId, input ConnectionGatewayDefinition) (result ConnectionGatewaysCreateOrUpdateOperationResponse, err error) + func (c ConnectionGatewaysClient) ConnectionGatewaysDelete(ctx context.Context, id ConnectionGatewayId) (result ConnectionGatewaysDeleteOperationResponse, err error) + func (c ConnectionGatewaysClient) ConnectionGatewaysGet(ctx context.Context, id ConnectionGatewayId) (result ConnectionGatewaysGetOperationResponse, err error) + func (c ConnectionGatewaysClient) ConnectionGatewaysList(ctx context.Context, id commonids.SubscriptionId) (result ConnectionGatewaysListOperationResponse, err error) + func (c ConnectionGatewaysClient) ConnectionGatewaysListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ConnectionGatewaysListByResourceGroupOperationResponse, err error) + func (c ConnectionGatewaysClient) ConnectionGatewaysUpdate(ctx context.Context, id ConnectionGatewayId, input ConnectionGatewayDefinition) (result ConnectionGatewaysUpdateOperationResponse, err error) + type ConnectionGatewaysCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ConnectionGatewayDefinition + OData *odata.OData + type ConnectionGatewaysDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ConnectionGatewaysGetOperationResponse struct + HttpResponse *http.Response + Model *ConnectionGatewayDefinition + OData *odata.OData + type ConnectionGatewaysListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *ConnectionGatewayDefinitionCollection + OData *odata.OData + type ConnectionGatewaysListOperationResponse struct + HttpResponse *http.Response + Model *ConnectionGatewayDefinitionCollection + OData *odata.OData + type ConnectionGatewaysUpdateOperationResponse struct + HttpResponse *http.Response + Model *ConnectionGatewayDefinition + OData *odata.OData + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string