...

Package webpubsub

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

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type ACLAction
    func PossibleACLActionValues() []ACLAction
type BaseClient
    func New(subscriptionID string) BaseClient
    func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type Client
    func NewClient(subscriptionID string) Client
    func NewClientWithBaseURI(baseURI string, subscriptionID string) Client
type CreateOrUpdateFuture
type CreatedByType
    func PossibleCreatedByTypeValues() []CreatedByType
type DeleteFuture
type Dimension
type ErrorAdditionalInfo
type ErrorDetail
type ErrorResponse
type EventHandler
type Hub
type HubList
type HubListIterator
    func NewHubListIterator(page HubListPage) HubListIterator
type HubListPage
    func NewHubListPage(cur HubList, getNextPage func(context.Context, HubList) (HubList, error)) HubListPage
type HubProperties
type HubsClient
    func NewHubsClient(subscriptionID string) HubsClient
    func NewHubsClientWithBaseURI(baseURI string, subscriptionID string) HubsClient
type HubsCreateOrUpdateFuture
type HubsDeleteFuture
type KeyType
    func PossibleKeyTypeValues() []KeyType
type Keys
type LiveTraceCategory
type LiveTraceConfiguration
type LogSpecification
type ManagedIdentity
type ManagedIdentitySettings
type ManagedIdentityType
    func PossibleManagedIdentityTypeValues() []ManagedIdentityType
type MetricSpecification
type NameAvailability
type NameAvailabilityParameters
type NetworkACL
type NetworkACLs
type Operation
type OperationDisplay
type OperationList
type OperationListIterator
    func NewOperationListIterator(page OperationListPage) OperationListIterator
type OperationListPage
    func NewOperationListPage(cur OperationList, getNextPage func(context.Context, OperationList) (OperationList, error)) OperationListPage
type OperationProperties
type OperationsClient
    func NewOperationsClient(subscriptionID string) OperationsClient
    func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PrivateEndpoint
type PrivateEndpointACL
type PrivateEndpointConnection
type PrivateEndpointConnectionList
type PrivateEndpointConnectionListIterator
    func NewPrivateEndpointConnectionListIterator(page PrivateEndpointConnectionListPage) PrivateEndpointConnectionListIterator
type PrivateEndpointConnectionListPage
    func NewPrivateEndpointConnectionListPage(cur PrivateEndpointConnectionList, getNextPage func(context.Context, PrivateEndpointConnectionList) (PrivateEndpointConnectionList, error)) PrivateEndpointConnectionListPage
type PrivateEndpointConnectionProperties
type PrivateEndpointConnectionsClient
    func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient
    func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient
type PrivateEndpointConnectionsDeleteFuture
type PrivateLinkResource
type PrivateLinkResourceList
type PrivateLinkResourceListIterator
    func NewPrivateLinkResourceListIterator(page PrivateLinkResourceListPage) PrivateLinkResourceListIterator
type PrivateLinkResourceListPage
    func NewPrivateLinkResourceListPage(cur PrivateLinkResourceList, getNextPage func(context.Context, PrivateLinkResourceList) (PrivateLinkResourceList, error)) PrivateLinkResourceListPage
type PrivateLinkResourceProperties
type PrivateLinkResourcesClient
    func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient
    func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient
type PrivateLinkServiceConnectionState
type PrivateLinkServiceConnectionStatus
    func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus
type Properties
type ProvisioningState
    func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource
type RegenerateKeyFuture
type RegenerateKeyParameters
type RequestType
    func PossibleRequestTypeValues() []RequestType
type Resource
type ResourceList
type ResourceListIterator
    func NewResourceListIterator(page ResourceListPage) ResourceListIterator
type ResourceListPage
    func NewResourceListPage(cur ResourceList, getNextPage func(context.Context, ResourceList) (ResourceList, error)) ResourceListPage
type ResourceLogCategory
type ResourceLogConfiguration
type ResourceSku
type ResourceType
type RestartFuture
type ScaleType
    func PossibleScaleTypeValues() []ScaleType
type ServiceSpecification
type ShareablePrivateLinkResourceProperties
type ShareablePrivateLinkResourceType
type SharedPrivateLinkResource
type SharedPrivateLinkResourceList
type SharedPrivateLinkResourceListIterator
    func NewSharedPrivateLinkResourceListIterator(page SharedPrivateLinkResourceListPage) SharedPrivateLinkResourceListIterator
type SharedPrivateLinkResourceListPage
    func NewSharedPrivateLinkResourceListPage(cur SharedPrivateLinkResourceList, getNextPage func(context.Context, SharedPrivateLinkResourceList) (SharedPrivateLinkResourceList, error)) SharedPrivateLinkResourceListPage
type SharedPrivateLinkResourceProperties
type SharedPrivateLinkResourceStatus
    func PossibleSharedPrivateLinkResourceStatusValues() []SharedPrivateLinkResourceStatus
type SharedPrivateLinkResourcesClient
    func NewSharedPrivateLinkResourcesClient(subscriptionID string) SharedPrivateLinkResourcesClient
    func NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) SharedPrivateLinkResourcesClient
type SharedPrivateLinkResourcesCreateOrUpdateFuture
type SharedPrivateLinkResourcesDeleteFuture
type SignalRServiceUsage
type SignalRServiceUsageList
type SignalRServiceUsageListIterator
    func NewSignalRServiceUsageListIterator(page SignalRServiceUsageListPage) SignalRServiceUsageListIterator
type SignalRServiceUsageListPage
    func NewSignalRServiceUsageListPage(cur SignalRServiceUsageList, getNextPage func(context.Context, SignalRServiceUsageList) (SignalRServiceUsageList, error)) SignalRServiceUsageListPage
type SignalRServiceUsageName
type Sku
type SkuCapacity
type SkuList
type SkuTier
    func PossibleSkuTierValues() []SkuTier
type SystemData
type TLSSettings
type TrackedResource
type UpdateFuture
type UpstreamAuthSettings
type UpstreamAuthType
    func PossibleUpstreamAuthTypeValues() []UpstreamAuthType
type UsagesClient
    func NewUsagesClient(subscriptionID string) UsagesClient
    func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient
type UserAssignedIdentityProperty

Package files

models.go

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type ACLAction

type ACLAction = original.ACLAction
const (
    ACLActionAllow ACLAction = original.ACLActionAllow
    ACLActionDeny  ACLAction = original.ACLActionDeny
)

func PossibleACLActionValues

func PossibleACLActionValues() []ACLAction

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type Client

type Client = original.Client

func NewClient

func NewClient(subscriptionID string) Client

func NewClientWithBaseURI

func NewClientWithBaseURI(baseURI string, subscriptionID string) Client

type CreateOrUpdateFuture

type CreateOrUpdateFuture = original.CreateOrUpdateFuture

type CreatedByType

type CreatedByType = original.CreatedByType
const (
    CreatedByTypeApplication     CreatedByType = original.CreatedByTypeApplication
    CreatedByTypeKey             CreatedByType = original.CreatedByTypeKey
    CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity
    CreatedByTypeUser            CreatedByType = original.CreatedByTypeUser
)

func PossibleCreatedByTypeValues

func PossibleCreatedByTypeValues() []CreatedByType

type DeleteFuture

type DeleteFuture = original.DeleteFuture

type Dimension

type Dimension = original.Dimension

type ErrorAdditionalInfo

type ErrorAdditionalInfo = original.ErrorAdditionalInfo

type ErrorDetail

type ErrorDetail = original.ErrorDetail

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type EventHandler

type EventHandler = original.EventHandler

type Hub

type Hub = original.Hub

type HubList

type HubList = original.HubList

type HubListIterator

type HubListIterator = original.HubListIterator

func NewHubListIterator

func NewHubListIterator(page HubListPage) HubListIterator

type HubListPage

type HubListPage = original.HubListPage

func NewHubListPage

func NewHubListPage(cur HubList, getNextPage func(context.Context, HubList) (HubList, error)) HubListPage

type HubProperties

type HubProperties = original.HubProperties

type HubsClient

type HubsClient = original.HubsClient

func NewHubsClient

func NewHubsClient(subscriptionID string) HubsClient

func NewHubsClientWithBaseURI

func NewHubsClientWithBaseURI(baseURI string, subscriptionID string) HubsClient

type HubsCreateOrUpdateFuture

type HubsCreateOrUpdateFuture = original.HubsCreateOrUpdateFuture

type HubsDeleteFuture

type HubsDeleteFuture = original.HubsDeleteFuture

type KeyType

type KeyType = original.KeyType
const (
    KeyTypePrimary   KeyType = original.KeyTypePrimary
    KeyTypeSalt      KeyType = original.KeyTypeSalt
    KeyTypeSecondary KeyType = original.KeyTypeSecondary
)

func PossibleKeyTypeValues

func PossibleKeyTypeValues() []KeyType

type Keys

type Keys = original.Keys

type LiveTraceCategory

type LiveTraceCategory = original.LiveTraceCategory

type LiveTraceConfiguration

type LiveTraceConfiguration = original.LiveTraceConfiguration

type LogSpecification

type LogSpecification = original.LogSpecification

type ManagedIdentity

type ManagedIdentity = original.ManagedIdentity

type ManagedIdentitySettings

type ManagedIdentitySettings = original.ManagedIdentitySettings

type ManagedIdentityType

type ManagedIdentityType = original.ManagedIdentityType
const (
    ManagedIdentityTypeNone           ManagedIdentityType = original.ManagedIdentityTypeNone
    ManagedIdentityTypeSystemAssigned ManagedIdentityType = original.ManagedIdentityTypeSystemAssigned
    ManagedIdentityTypeUserAssigned   ManagedIdentityType = original.ManagedIdentityTypeUserAssigned
)

func PossibleManagedIdentityTypeValues

func PossibleManagedIdentityTypeValues() []ManagedIdentityType

type MetricSpecification

type MetricSpecification = original.MetricSpecification

type NameAvailability

type NameAvailability = original.NameAvailability

type NameAvailabilityParameters

type NameAvailabilityParameters = original.NameAvailabilityParameters

type NetworkACL

type NetworkACL = original.NetworkACL

type NetworkACLs

type NetworkACLs = original.NetworkACLs

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationList

type OperationList = original.OperationList

type OperationListIterator

type OperationListIterator = original.OperationListIterator

func NewOperationListIterator

func NewOperationListIterator(page OperationListPage) OperationListIterator

type OperationListPage

type OperationListPage = original.OperationListPage

func NewOperationListPage

func NewOperationListPage(cur OperationList, getNextPage func(context.Context, OperationList) (OperationList, error)) OperationListPage

type OperationProperties

type OperationProperties = original.OperationProperties

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type PrivateEndpoint

type PrivateEndpoint = original.PrivateEndpoint

type PrivateEndpointACL

type PrivateEndpointACL = original.PrivateEndpointACL

type PrivateEndpointConnection

type PrivateEndpointConnection = original.PrivateEndpointConnection

type PrivateEndpointConnectionList

type PrivateEndpointConnectionList = original.PrivateEndpointConnectionList

type PrivateEndpointConnectionListIterator

type PrivateEndpointConnectionListIterator = original.PrivateEndpointConnectionListIterator

func NewPrivateEndpointConnectionListIterator

func NewPrivateEndpointConnectionListIterator(page PrivateEndpointConnectionListPage) PrivateEndpointConnectionListIterator

type PrivateEndpointConnectionListPage

type PrivateEndpointConnectionListPage = original.PrivateEndpointConnectionListPage

func NewPrivateEndpointConnectionListPage

func NewPrivateEndpointConnectionListPage(cur PrivateEndpointConnectionList, getNextPage func(context.Context, PrivateEndpointConnectionList) (PrivateEndpointConnectionList, error)) PrivateEndpointConnectionListPage

type PrivateEndpointConnectionProperties

type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties

type PrivateEndpointConnectionsClient

type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient

func NewPrivateEndpointConnectionsClientWithBaseURI

func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient

type PrivateEndpointConnectionsDeleteFuture

type PrivateEndpointConnectionsDeleteFuture = original.PrivateEndpointConnectionsDeleteFuture

type PrivateLinkResource

type PrivateLinkResource = original.PrivateLinkResource

type PrivateLinkResourceList

type PrivateLinkResourceList = original.PrivateLinkResourceList

type PrivateLinkResourceListIterator

type PrivateLinkResourceListIterator = original.PrivateLinkResourceListIterator

func NewPrivateLinkResourceListIterator

func NewPrivateLinkResourceListIterator(page PrivateLinkResourceListPage) PrivateLinkResourceListIterator

type PrivateLinkResourceListPage

type PrivateLinkResourceListPage = original.PrivateLinkResourceListPage

func NewPrivateLinkResourceListPage

func NewPrivateLinkResourceListPage(cur PrivateLinkResourceList, getNextPage func(context.Context, PrivateLinkResourceList) (PrivateLinkResourceList, error)) PrivateLinkResourceListPage

type PrivateLinkResourceProperties

type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties

type PrivateLinkResourcesClient

type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient

func NewPrivateLinkResourcesClient

func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient

func NewPrivateLinkResourcesClientWithBaseURI

func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient

type PrivateLinkServiceConnectionState

type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState

type PrivateLinkServiceConnectionStatus

type PrivateLinkServiceConnectionStatus = original.PrivateLinkServiceConnectionStatus
const (
    PrivateLinkServiceConnectionStatusApproved     PrivateLinkServiceConnectionStatus = original.PrivateLinkServiceConnectionStatusApproved
    PrivateLinkServiceConnectionStatusDisconnected PrivateLinkServiceConnectionStatus = original.PrivateLinkServiceConnectionStatusDisconnected
    PrivateLinkServiceConnectionStatusPending      PrivateLinkServiceConnectionStatus = original.PrivateLinkServiceConnectionStatusPending
    PrivateLinkServiceConnectionStatusRejected     PrivateLinkServiceConnectionStatus = original.PrivateLinkServiceConnectionStatusRejected
)

func PossiblePrivateLinkServiceConnectionStatusValues

func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus

type Properties

type Properties = original.Properties

type ProvisioningState

type ProvisioningState = original.ProvisioningState
const (
    ProvisioningStateCanceled  ProvisioningState = original.ProvisioningStateCanceled
    ProvisioningStateCreating  ProvisioningState = original.ProvisioningStateCreating
    ProvisioningStateDeleting  ProvisioningState = original.ProvisioningStateDeleting
    ProvisioningStateFailed    ProvisioningState = original.ProvisioningStateFailed
    ProvisioningStateMoving    ProvisioningState = original.ProvisioningStateMoving
    ProvisioningStateRunning   ProvisioningState = original.ProvisioningStateRunning
    ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded
    ProvisioningStateUnknown   ProvisioningState = original.ProvisioningStateUnknown
    ProvisioningStateUpdating  ProvisioningState = original.ProvisioningStateUpdating
)

func PossibleProvisioningStateValues

func PossibleProvisioningStateValues() []ProvisioningState

type ProxyResource

type ProxyResource = original.ProxyResource

type RegenerateKeyFuture

type RegenerateKeyFuture = original.RegenerateKeyFuture

type RegenerateKeyParameters

type RegenerateKeyParameters = original.RegenerateKeyParameters

type RequestType

type RequestType = original.RequestType
const (
    RequestTypeClientConnection RequestType = original.RequestTypeClientConnection
    RequestTypeRESTAPI          RequestType = original.RequestTypeRESTAPI
    RequestTypeServerConnection RequestType = original.RequestTypeServerConnection
    RequestTypeTrace            RequestType = original.RequestTypeTrace
)

func PossibleRequestTypeValues

func PossibleRequestTypeValues() []RequestType

type Resource

type Resource = original.Resource

type ResourceList

type ResourceList = original.ResourceList

type ResourceListIterator

type ResourceListIterator = original.ResourceListIterator

func NewResourceListIterator

func NewResourceListIterator(page ResourceListPage) ResourceListIterator

type ResourceListPage

type ResourceListPage = original.ResourceListPage

func NewResourceListPage

func NewResourceListPage(cur ResourceList, getNextPage func(context.Context, ResourceList) (ResourceList, error)) ResourceListPage

type ResourceLogCategory

type ResourceLogCategory = original.ResourceLogCategory

type ResourceLogConfiguration

type ResourceLogConfiguration = original.ResourceLogConfiguration

type ResourceSku

type ResourceSku = original.ResourceSku

type ResourceType

type ResourceType = original.ResourceType

type RestartFuture

type RestartFuture = original.RestartFuture

type ScaleType

type ScaleType = original.ScaleType
const (
    ScaleTypeAutomatic ScaleType = original.ScaleTypeAutomatic
    ScaleTypeManual    ScaleType = original.ScaleTypeManual
    ScaleTypeNone      ScaleType = original.ScaleTypeNone
)

func PossibleScaleTypeValues

func PossibleScaleTypeValues() []ScaleType

type ServiceSpecification

type ServiceSpecification = original.ServiceSpecification

type ShareablePrivateLinkResourceProperties

type ShareablePrivateLinkResourceProperties = original.ShareablePrivateLinkResourceProperties

type ShareablePrivateLinkResourceType

type ShareablePrivateLinkResourceType = original.ShareablePrivateLinkResourceType

type SharedPrivateLinkResource

type SharedPrivateLinkResource = original.SharedPrivateLinkResource

type SharedPrivateLinkResourceList

type SharedPrivateLinkResourceList = original.SharedPrivateLinkResourceList

type SharedPrivateLinkResourceListIterator

type SharedPrivateLinkResourceListIterator = original.SharedPrivateLinkResourceListIterator

func NewSharedPrivateLinkResourceListIterator

func NewSharedPrivateLinkResourceListIterator(page SharedPrivateLinkResourceListPage) SharedPrivateLinkResourceListIterator

type SharedPrivateLinkResourceListPage

type SharedPrivateLinkResourceListPage = original.SharedPrivateLinkResourceListPage

func NewSharedPrivateLinkResourceListPage

func NewSharedPrivateLinkResourceListPage(cur SharedPrivateLinkResourceList, getNextPage func(context.Context, SharedPrivateLinkResourceList) (SharedPrivateLinkResourceList, error)) SharedPrivateLinkResourceListPage

type SharedPrivateLinkResourceProperties

type SharedPrivateLinkResourceProperties = original.SharedPrivateLinkResourceProperties

type SharedPrivateLinkResourceStatus

type SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatus
const (
    SharedPrivateLinkResourceStatusApproved     SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusApproved
    SharedPrivateLinkResourceStatusDisconnected SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusDisconnected
    SharedPrivateLinkResourceStatusPending      SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusPending
    SharedPrivateLinkResourceStatusRejected     SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusRejected
    SharedPrivateLinkResourceStatusTimeout      SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusTimeout
)

func PossibleSharedPrivateLinkResourceStatusValues

func PossibleSharedPrivateLinkResourceStatusValues() []SharedPrivateLinkResourceStatus

type SharedPrivateLinkResourcesClient

type SharedPrivateLinkResourcesClient = original.SharedPrivateLinkResourcesClient

func NewSharedPrivateLinkResourcesClient

func NewSharedPrivateLinkResourcesClient(subscriptionID string) SharedPrivateLinkResourcesClient

func NewSharedPrivateLinkResourcesClientWithBaseURI

func NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) SharedPrivateLinkResourcesClient

type SharedPrivateLinkResourcesCreateOrUpdateFuture

type SharedPrivateLinkResourcesCreateOrUpdateFuture = original.SharedPrivateLinkResourcesCreateOrUpdateFuture

type SharedPrivateLinkResourcesDeleteFuture

type SharedPrivateLinkResourcesDeleteFuture = original.SharedPrivateLinkResourcesDeleteFuture

type SignalRServiceUsage

type SignalRServiceUsage = original.SignalRServiceUsage

type SignalRServiceUsageList

type SignalRServiceUsageList = original.SignalRServiceUsageList

type SignalRServiceUsageListIterator

type SignalRServiceUsageListIterator = original.SignalRServiceUsageListIterator

func NewSignalRServiceUsageListIterator

func NewSignalRServiceUsageListIterator(page SignalRServiceUsageListPage) SignalRServiceUsageListIterator

type SignalRServiceUsageListPage

type SignalRServiceUsageListPage = original.SignalRServiceUsageListPage

func NewSignalRServiceUsageListPage

func NewSignalRServiceUsageListPage(cur SignalRServiceUsageList, getNextPage func(context.Context, SignalRServiceUsageList) (SignalRServiceUsageList, error)) SignalRServiceUsageListPage

type SignalRServiceUsageName

type SignalRServiceUsageName = original.SignalRServiceUsageName

type Sku

type Sku = original.Sku

type SkuCapacity

type SkuCapacity = original.SkuCapacity

type SkuList

type SkuList = original.SkuList

type SkuTier

type SkuTier = original.SkuTier
const (
    SkuTierBasic    SkuTier = original.SkuTierBasic
    SkuTierFree     SkuTier = original.SkuTierFree
    SkuTierPremium  SkuTier = original.SkuTierPremium
    SkuTierStandard SkuTier = original.SkuTierStandard
)

func PossibleSkuTierValues

func PossibleSkuTierValues() []SkuTier

type SystemData

type SystemData = original.SystemData

type TLSSettings

type TLSSettings = original.TLSSettings

type TrackedResource

type TrackedResource = original.TrackedResource

type UpdateFuture

type UpdateFuture = original.UpdateFuture

type UpstreamAuthSettings

type UpstreamAuthSettings = original.UpstreamAuthSettings

type UpstreamAuthType

type UpstreamAuthType = original.UpstreamAuthType
const (
    UpstreamAuthTypeManagedIdentity UpstreamAuthType = original.UpstreamAuthTypeManagedIdentity
    UpstreamAuthTypeNone            UpstreamAuthType = original.UpstreamAuthTypeNone
)

func PossibleUpstreamAuthTypeValues

func PossibleUpstreamAuthTypeValues() []UpstreamAuthType

type UsagesClient

type UsagesClient = original.UsagesClient

func NewUsagesClient

func NewUsagesClient(subscriptionID string) UsagesClient

func NewUsagesClientWithBaseURI

func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient

type UserAssignedIdentityProperty

type UserAssignedIdentityProperty = original.UserAssignedIdentityProperty

Subdirectories

Name Synopsis
..
webpubsubapi