...

Package relay

import "github.com/Azure/azure-sdk-for-go/profiles/preview/relay/mgmt/relay"
Overview
Index
Subdirectories

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type AccessKeys
type AccessRights
    func PossibleAccessRightsValues() []AccessRights
type AuthorizationRule
type AuthorizationRuleListResult
type AuthorizationRuleListResultIterator
    func NewAuthorizationRuleListResultIterator(page AuthorizationRuleListResultPage) AuthorizationRuleListResultIterator
type AuthorizationRuleListResultPage
    func NewAuthorizationRuleListResultPage(cur AuthorizationRuleListResult, getNextPage func(context.Context, AuthorizationRuleListResult) (AuthorizationRuleListResult, error)) AuthorizationRuleListResultPage
type AuthorizationRuleProperties
type BaseClient
    func New(subscriptionID string) BaseClient
    func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CheckNameAvailability
type CheckNameAvailabilityResult
type ErrorResponse
type HybridConnection
type HybridConnectionListResult
type HybridConnectionListResultIterator
    func NewHybridConnectionListResultIterator(page HybridConnectionListResultPage) HybridConnectionListResultIterator
type HybridConnectionListResultPage
    func NewHybridConnectionListResultPage(cur HybridConnectionListResult, getNextPage func(context.Context, HybridConnectionListResult) (HybridConnectionListResult, error)) HybridConnectionListResultPage
type HybridConnectionProperties
type HybridConnectionsClient
    func NewHybridConnectionsClient(subscriptionID string) HybridConnectionsClient
    func NewHybridConnectionsClientWithBaseURI(baseURI string, subscriptionID string) HybridConnectionsClient
type KeyType
    func PossibleKeyTypeValues() []KeyType
type Namespace
type NamespaceListResult
type NamespaceListResultIterator
    func NewNamespaceListResultIterator(page NamespaceListResultPage) NamespaceListResultIterator
type NamespaceListResultPage
    func NewNamespaceListResultPage(cur NamespaceListResult, getNextPage func(context.Context, NamespaceListResult) (NamespaceListResult, error)) NamespaceListResultPage
type NamespaceProperties
type NamespacesClient
    func NewNamespacesClient(subscriptionID string) NamespacesClient
    func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient
type NamespacesCreateOrUpdateFuture
type NamespacesDeleteFuture
type Operation
type OperationDisplay
type OperationListResult
type OperationListResultIterator
    func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage
    func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient
    func NewOperationsClient(subscriptionID string) OperationsClient
    func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProvisioningStateEnum
    func PossibleProvisioningStateEnumValues() []ProvisioningStateEnum
type RegenerateAccessKeyParameters
type RelaytypeEnum
    func PossibleRelaytypeEnumValues() []RelaytypeEnum
type Resource
type ResourceNamespacePatch
type Sku
type SkuTier
    func PossibleSkuTierValues() []SkuTier
type TrackedResource
type UnavailableReason
    func PossibleUnavailableReasonValues() []UnavailableReason
type UpdateParameters
type WCFRelaysClient
    func NewWCFRelaysClient(subscriptionID string) WCFRelaysClient
    func NewWCFRelaysClientWithBaseURI(baseURI string, subscriptionID string) WCFRelaysClient
type WcfRelay
type WcfRelayProperties
type WcfRelaysListResult
type WcfRelaysListResultIterator
    func NewWcfRelaysListResultIterator(page WcfRelaysListResultPage) WcfRelaysListResultIterator
type WcfRelaysListResultPage
    func NewWcfRelaysListResultPage(cur WcfRelaysListResult, getNextPage func(context.Context, WcfRelaysListResult) (WcfRelaysListResult, error)) WcfRelaysListResultPage

Package files

models.go

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type AccessKeys

type AccessKeys = original.AccessKeys

type AccessRights

type AccessRights = original.AccessRights
const (
    Listen        AccessRights = original.Listen
    Manage        AccessRights = original.Manage
    SendEnumValue AccessRights = original.SendEnumValue
)

func PossibleAccessRightsValues

func PossibleAccessRightsValues() []AccessRights

type AuthorizationRule

type AuthorizationRule = original.AuthorizationRule

type AuthorizationRuleListResult

type AuthorizationRuleListResult = original.AuthorizationRuleListResult

type AuthorizationRuleListResultIterator

type AuthorizationRuleListResultIterator = original.AuthorizationRuleListResultIterator

func NewAuthorizationRuleListResultIterator

func NewAuthorizationRuleListResultIterator(page AuthorizationRuleListResultPage) AuthorizationRuleListResultIterator

type AuthorizationRuleListResultPage

type AuthorizationRuleListResultPage = original.AuthorizationRuleListResultPage

func NewAuthorizationRuleListResultPage

func NewAuthorizationRuleListResultPage(cur AuthorizationRuleListResult, getNextPage func(context.Context, AuthorizationRuleListResult) (AuthorizationRuleListResult, error)) AuthorizationRuleListResultPage

type AuthorizationRuleProperties

type AuthorizationRuleProperties = original.AuthorizationRuleProperties

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type CheckNameAvailability

type CheckNameAvailability = original.CheckNameAvailability

type CheckNameAvailabilityResult

type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type HybridConnection

type HybridConnection = original.HybridConnection

type HybridConnectionListResult

type HybridConnectionListResult = original.HybridConnectionListResult

type HybridConnectionListResultIterator

type HybridConnectionListResultIterator = original.HybridConnectionListResultIterator

func NewHybridConnectionListResultIterator

func NewHybridConnectionListResultIterator(page HybridConnectionListResultPage) HybridConnectionListResultIterator

type HybridConnectionListResultPage

type HybridConnectionListResultPage = original.HybridConnectionListResultPage

func NewHybridConnectionListResultPage

func NewHybridConnectionListResultPage(cur HybridConnectionListResult, getNextPage func(context.Context, HybridConnectionListResult) (HybridConnectionListResult, error)) HybridConnectionListResultPage

type HybridConnectionProperties

type HybridConnectionProperties = original.HybridConnectionProperties

type HybridConnectionsClient

type HybridConnectionsClient = original.HybridConnectionsClient

func NewHybridConnectionsClient

func NewHybridConnectionsClient(subscriptionID string) HybridConnectionsClient

func NewHybridConnectionsClientWithBaseURI

func NewHybridConnectionsClientWithBaseURI(baseURI string, subscriptionID string) HybridConnectionsClient

type KeyType

type KeyType = original.KeyType
const (
    PrimaryKey   KeyType = original.PrimaryKey
    SecondaryKey KeyType = original.SecondaryKey
)

func PossibleKeyTypeValues

func PossibleKeyTypeValues() []KeyType

type Namespace

type Namespace = original.Namespace

type NamespaceListResult

type NamespaceListResult = original.NamespaceListResult

type NamespaceListResultIterator

type NamespaceListResultIterator = original.NamespaceListResultIterator

func NewNamespaceListResultIterator

func NewNamespaceListResultIterator(page NamespaceListResultPage) NamespaceListResultIterator

type NamespaceListResultPage

type NamespaceListResultPage = original.NamespaceListResultPage

func NewNamespaceListResultPage

func NewNamespaceListResultPage(cur NamespaceListResult, getNextPage func(context.Context, NamespaceListResult) (NamespaceListResult, error)) NamespaceListResultPage

type NamespaceProperties

type NamespaceProperties = original.NamespaceProperties

type NamespacesClient

type NamespacesClient = original.NamespacesClient

func NewNamespacesClient

func NewNamespacesClient(subscriptionID string) NamespacesClient

func NewNamespacesClientWithBaseURI

func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient

type NamespacesCreateOrUpdateFuture

type NamespacesCreateOrUpdateFuture = original.NamespacesCreateOrUpdateFuture

type NamespacesDeleteFuture

type NamespacesDeleteFuture = original.NamespacesDeleteFuture

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationListResultIterator

type OperationListResultIterator = original.OperationListResultIterator

func NewOperationListResultIterator

func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator

type OperationListResultPage

type OperationListResultPage = original.OperationListResultPage

func NewOperationListResultPage

func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type ProvisioningStateEnum

type ProvisioningStateEnum = original.ProvisioningStateEnum
const (
    Created   ProvisioningStateEnum = original.Created
    Deleted   ProvisioningStateEnum = original.Deleted
    Failed    ProvisioningStateEnum = original.Failed
    Succeeded ProvisioningStateEnum = original.Succeeded
    Unknown   ProvisioningStateEnum = original.Unknown
    Updating  ProvisioningStateEnum = original.Updating
)

func PossibleProvisioningStateEnumValues

func PossibleProvisioningStateEnumValues() []ProvisioningStateEnum

type RegenerateAccessKeyParameters

type RegenerateAccessKeyParameters = original.RegenerateAccessKeyParameters

type RelaytypeEnum

type RelaytypeEnum = original.RelaytypeEnum
const (
    HTTP   RelaytypeEnum = original.HTTP
    NetTCP RelaytypeEnum = original.NetTCP
)

func PossibleRelaytypeEnumValues

func PossibleRelaytypeEnumValues() []RelaytypeEnum

type Resource

type Resource = original.Resource

type ResourceNamespacePatch

type ResourceNamespacePatch = original.ResourceNamespacePatch

type Sku

type Sku = original.Sku

type SkuTier

type SkuTier = original.SkuTier
const (
    Standard SkuTier = original.Standard
)

func PossibleSkuTierValues

func PossibleSkuTierValues() []SkuTier

type TrackedResource

type TrackedResource = original.TrackedResource

type UnavailableReason

type UnavailableReason = original.UnavailableReason
const (
    InvalidName                           UnavailableReason = original.InvalidName
    NameInLockdown                        UnavailableReason = original.NameInLockdown
    NameInUse                             UnavailableReason = original.NameInUse
    None                                  UnavailableReason = original.None
    SubscriptionIsDisabled                UnavailableReason = original.SubscriptionIsDisabled
    TooManyNamespaceInCurrentSubscription UnavailableReason = original.TooManyNamespaceInCurrentSubscription
)

func PossibleUnavailableReasonValues

func PossibleUnavailableReasonValues() []UnavailableReason

type UpdateParameters

type UpdateParameters = original.UpdateParameters

type WCFRelaysClient

type WCFRelaysClient = original.WCFRelaysClient

func NewWCFRelaysClient

func NewWCFRelaysClient(subscriptionID string) WCFRelaysClient

func NewWCFRelaysClientWithBaseURI

func NewWCFRelaysClientWithBaseURI(baseURI string, subscriptionID string) WCFRelaysClient

type WcfRelay

type WcfRelay = original.WcfRelay

type WcfRelayProperties

type WcfRelayProperties = original.WcfRelayProperties

type WcfRelaysListResult

type WcfRelaysListResult = original.WcfRelaysListResult

type WcfRelaysListResultIterator

type WcfRelaysListResultIterator = original.WcfRelaysListResultIterator

func NewWcfRelaysListResultIterator

func NewWcfRelaysListResultIterator(page WcfRelaysListResultPage) WcfRelaysListResultIterator

type WcfRelaysListResultPage

type WcfRelaysListResultPage = original.WcfRelaysListResultPage

func NewWcfRelaysListResultPage

func NewWcfRelaysListResultPage(cur WcfRelaysListResult, getNextPage func(context.Context, WcfRelaysListResult) (WcfRelaysListResult, error)) WcfRelaysListResultPage

Subdirectories

Name Synopsis
..
relayapi