Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessRights
- type AuthenticationType
- type BaseClient
- type Capabilities
- type CertificateBodyDescription
- type CertificateDescription
- type CertificateListDescription
- type CertificateProperties
- type CertificatePropertiesWithNonce
- type CertificateVerificationDescription
- type CertificateWithNonceDescription
- type CertificatesClient
- type CloudToDeviceProperties
- type Encoding
- type EndpointHealthData
- type EndpointHealthDataListResult
- type EndpointHealthDataListResultIterator
- type EndpointHealthDataListResultPage
- type EndpointHealthStatus
- type EnrichmentProperties
- type ErrorDetails
- type EventHubConsumerGroupInfo
- type EventHubConsumerGroupsListResult
- type EventHubConsumerGroupsListResultIterator
- type EventHubConsumerGroupsListResultPage
- type EventHubProperties
- type ExportDevicesRequest
- type FailoverInput
- type FallbackRouteProperties
- type FeedbackProperties
- type GroupIDInformation
- type GroupIDInformationProperties
- type IPFilterActionType
- type IPFilterRule
- type ImportDevicesRequest
- type IotHubCapacity
- type IotHubClient
- type IotHubDescription
- type IotHubDescriptionListResult
- type IotHubDescriptionListResultIterator
- type IotHubDescriptionListResultPage
- type IotHubLocationDescription
- type IotHubManualFailoverFuture
- type IotHubNameAvailabilityInfo
- type IotHubNameUnavailabilityReason
- type IotHubProperties
- type IotHubQuotaMetricInfo
- type IotHubQuotaMetricInfoListResult
- type IotHubQuotaMetricInfoListResultIterator
- type IotHubQuotaMetricInfoListResultPage
- type IotHubReplicaRoleType
- type IotHubResourceClient
- type IotHubResourceCreateOrUpdateFuture
- type IotHubResourceDeleteFuture
- type IotHubResourceUpdateFuture
- type IotHubScaleType
- type IotHubSku
- type IotHubSkuDescription
- type IotHubSkuDescriptionListResult
- type IotHubSkuDescriptionListResultIterator
- type IotHubSkuDescriptionListResultPage
- type IotHubSkuInfo
- type IotHubSkuTier
- type JobResponse
- type JobResponseListResult
- type JobResponseListResultIterator
- type JobResponseListResultPage
- type JobStatus
- type JobType
- type ListPrivateEndpointConnection
- type MatchedRoute
- type MessagingEndpointProperties
- type Name
- type Operation
- type OperationDisplay
- type OperationInputs
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type PrivateEndpoint
- type PrivateEndpointConnection
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionsClient
- type PrivateEndpointConnectionsDeleteFuture
- type PrivateEndpointConnectionsUpdateFuture
- type PrivateLinkResources
- type PrivateLinkResourcesClient
- type PrivateLinkServiceConnectionState
- type PrivateLinkServiceConnectionStatus
- type PublicNetworkAccess
- type RegistryStatistics
- type Resource
- type ResourceProviderCommonClient
- type RouteCompilationError
- type RouteErrorPosition
- type RouteErrorRange
- type RouteErrorSeverity
- type RouteProperties
- type RoutingEndpoints
- type RoutingEventHubProperties
- type RoutingMessage
- type RoutingProperties
- type RoutingServiceBusQueueEndpointProperties
- type RoutingServiceBusTopicEndpointProperties
- type RoutingSource
- type RoutingStorageContainerProperties
- type RoutingTwin
- type RoutingTwinProperties
- type SetObject
- type SharedAccessSignatureAuthorizationRule
- type SharedAccessSignatureAuthorizationRuleListResult
- type SharedAccessSignatureAuthorizationRuleListResultIterator
- type SharedAccessSignatureAuthorizationRuleListResultPage
- type StorageEndpointProperties
- type TagsResource
- type TestAllRoutesInput
- type TestAllRoutesResult
- type TestResultStatus
- type TestRouteInput
- type TestRouteResult
- type TestRouteResultDetails
- type UserSubscriptionQuota
- type UserSubscriptionQuotaListResult
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessRights ¶
type AccessRights = original.AccessRights
const ( DeviceConnect AccessRights = original.DeviceConnect RegistryRead AccessRights = original.RegistryRead RegistryReadDeviceConnect AccessRights = original.RegistryReadDeviceConnect RegistryReadRegistryWrite AccessRights = original.RegistryReadRegistryWrite RegistryReadRegistryWriteDeviceConnect AccessRights = original.RegistryReadRegistryWriteDeviceConnect RegistryReadRegistryWriteServiceConnect AccessRights = original.RegistryReadRegistryWriteServiceConnect RegistryReadRegistryWriteServiceConnectDeviceConnect AccessRights = original.RegistryReadRegistryWriteServiceConnectDeviceConnect RegistryReadServiceConnect AccessRights = original.RegistryReadServiceConnect RegistryReadServiceConnectDeviceConnect AccessRights = original.RegistryReadServiceConnectDeviceConnect RegistryWrite AccessRights = original.RegistryWrite RegistryWriteDeviceConnect AccessRights = original.RegistryWriteDeviceConnect RegistryWriteServiceConnect AccessRights = original.RegistryWriteServiceConnect RegistryWriteServiceConnectDeviceConnect AccessRights = original.RegistryWriteServiceConnectDeviceConnect ServiceConnect AccessRights = original.ServiceConnect ServiceConnectDeviceConnect AccessRights = original.ServiceConnectDeviceConnect )
func PossibleAccessRightsValues ¶
func PossibleAccessRightsValues() []AccessRights
type AuthenticationType ¶
type AuthenticationType = original.AuthenticationType
const ( IdentityBased AuthenticationType = original.IdentityBased KeyBased AuthenticationType = original.KeyBased )
func PossibleAuthenticationTypeValues ¶
func PossibleAuthenticationTypeValues() []AuthenticationType
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type Capabilities ¶
type Capabilities = original.Capabilities
const ( DeviceManagement Capabilities = original.DeviceManagement None Capabilities = original.None )
func PossibleCapabilitiesValues ¶
func PossibleCapabilitiesValues() []Capabilities
type CertificateBodyDescription ¶
type CertificateBodyDescription = original.CertificateBodyDescription
type CertificateDescription ¶
type CertificateDescription = original.CertificateDescription
type CertificateListDescription ¶
type CertificateListDescription = original.CertificateListDescription
type CertificateProperties ¶
type CertificateProperties = original.CertificateProperties
type CertificatePropertiesWithNonce ¶
type CertificatePropertiesWithNonce = original.CertificatePropertiesWithNonce
type CertificateVerificationDescription ¶
type CertificateVerificationDescription = original.CertificateVerificationDescription
type CertificateWithNonceDescription ¶
type CertificateWithNonceDescription = original.CertificateWithNonceDescription
type CertificatesClient ¶
type CertificatesClient = original.CertificatesClient
func NewCertificatesClient ¶
func NewCertificatesClient(subscriptionID string) CertificatesClient
func NewCertificatesClientWithBaseURI ¶
func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient
type CloudToDeviceProperties ¶
type CloudToDeviceProperties = original.CloudToDeviceProperties
type EndpointHealthData ¶
type EndpointHealthData = original.EndpointHealthData
type EndpointHealthDataListResult ¶
type EndpointHealthDataListResult = original.EndpointHealthDataListResult
type EndpointHealthDataListResultIterator ¶
type EndpointHealthDataListResultIterator = original.EndpointHealthDataListResultIterator
func NewEndpointHealthDataListResultIterator ¶
func NewEndpointHealthDataListResultIterator(page EndpointHealthDataListResultPage) EndpointHealthDataListResultIterator
type EndpointHealthDataListResultPage ¶
type EndpointHealthDataListResultPage = original.EndpointHealthDataListResultPage
func NewEndpointHealthDataListResultPage ¶
func NewEndpointHealthDataListResultPage(cur EndpointHealthDataListResult, getNextPage func(context.Context, EndpointHealthDataListResult) (EndpointHealthDataListResult, error)) EndpointHealthDataListResultPage
type EndpointHealthStatus ¶
type EndpointHealthStatus = original.EndpointHealthStatus
const ( Dead EndpointHealthStatus = original.Dead Healthy EndpointHealthStatus = original.Healthy Unhealthy EndpointHealthStatus = original.Unhealthy Unknown EndpointHealthStatus = original.Unknown )
func PossibleEndpointHealthStatusValues ¶
func PossibleEndpointHealthStatusValues() []EndpointHealthStatus
type EnrichmentProperties ¶
type EnrichmentProperties = original.EnrichmentProperties
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type EventHubConsumerGroupInfo ¶
type EventHubConsumerGroupInfo = original.EventHubConsumerGroupInfo
type EventHubConsumerGroupsListResult ¶
type EventHubConsumerGroupsListResult = original.EventHubConsumerGroupsListResult
type EventHubConsumerGroupsListResultIterator ¶
type EventHubConsumerGroupsListResultIterator = original.EventHubConsumerGroupsListResultIterator
func NewEventHubConsumerGroupsListResultIterator ¶
func NewEventHubConsumerGroupsListResultIterator(page EventHubConsumerGroupsListResultPage) EventHubConsumerGroupsListResultIterator
type EventHubConsumerGroupsListResultPage ¶
type EventHubConsumerGroupsListResultPage = original.EventHubConsumerGroupsListResultPage
func NewEventHubConsumerGroupsListResultPage ¶
func NewEventHubConsumerGroupsListResultPage(cur EventHubConsumerGroupsListResult, getNextPage func(context.Context, EventHubConsumerGroupsListResult) (EventHubConsumerGroupsListResult, error)) EventHubConsumerGroupsListResultPage
type EventHubProperties ¶
type EventHubProperties = original.EventHubProperties
type ExportDevicesRequest ¶
type ExportDevicesRequest = original.ExportDevicesRequest
type FailoverInput ¶
type FailoverInput = original.FailoverInput
type FallbackRouteProperties ¶
type FallbackRouteProperties = original.FallbackRouteProperties
type FeedbackProperties ¶
type FeedbackProperties = original.FeedbackProperties
type GroupIDInformation ¶
type GroupIDInformation = original.GroupIDInformation
type GroupIDInformationProperties ¶
type GroupIDInformationProperties = original.GroupIDInformationProperties
type IPFilterActionType ¶
type IPFilterActionType = original.IPFilterActionType
const ( Accept IPFilterActionType = original.Accept Reject IPFilterActionType = original.Reject )
func PossibleIPFilterActionTypeValues ¶
func PossibleIPFilterActionTypeValues() []IPFilterActionType
type IPFilterRule ¶
type IPFilterRule = original.IPFilterRule
type ImportDevicesRequest ¶
type ImportDevicesRequest = original.ImportDevicesRequest
type IotHubCapacity ¶
type IotHubCapacity = original.IotHubCapacity
type IotHubClient ¶
type IotHubClient = original.IotHubClient
func NewIotHubClient ¶
func NewIotHubClient(subscriptionID string) IotHubClient
func NewIotHubClientWithBaseURI ¶
func NewIotHubClientWithBaseURI(baseURI string, subscriptionID string) IotHubClient
type IotHubDescription ¶
type IotHubDescription = original.IotHubDescription
type IotHubDescriptionListResult ¶
type IotHubDescriptionListResult = original.IotHubDescriptionListResult
type IotHubDescriptionListResultIterator ¶
type IotHubDescriptionListResultIterator = original.IotHubDescriptionListResultIterator
func NewIotHubDescriptionListResultIterator ¶
func NewIotHubDescriptionListResultIterator(page IotHubDescriptionListResultPage) IotHubDescriptionListResultIterator
type IotHubDescriptionListResultPage ¶
type IotHubDescriptionListResultPage = original.IotHubDescriptionListResultPage
func NewIotHubDescriptionListResultPage ¶
func NewIotHubDescriptionListResultPage(cur IotHubDescriptionListResult, getNextPage func(context.Context, IotHubDescriptionListResult) (IotHubDescriptionListResult, error)) IotHubDescriptionListResultPage
type IotHubLocationDescription ¶
type IotHubLocationDescription = original.IotHubLocationDescription
type IotHubManualFailoverFuture ¶
type IotHubManualFailoverFuture = original.IotHubManualFailoverFuture
type IotHubNameAvailabilityInfo ¶
type IotHubNameAvailabilityInfo = original.IotHubNameAvailabilityInfo
type IotHubNameUnavailabilityReason ¶
type IotHubNameUnavailabilityReason = original.IotHubNameUnavailabilityReason
const ( AlreadyExists IotHubNameUnavailabilityReason = original.AlreadyExists Invalid IotHubNameUnavailabilityReason = original.Invalid )
func PossibleIotHubNameUnavailabilityReasonValues ¶
func PossibleIotHubNameUnavailabilityReasonValues() []IotHubNameUnavailabilityReason
type IotHubProperties ¶
type IotHubProperties = original.IotHubProperties
type IotHubQuotaMetricInfo ¶
type IotHubQuotaMetricInfo = original.IotHubQuotaMetricInfo
type IotHubQuotaMetricInfoListResult ¶
type IotHubQuotaMetricInfoListResult = original.IotHubQuotaMetricInfoListResult
type IotHubQuotaMetricInfoListResultIterator ¶
type IotHubQuotaMetricInfoListResultIterator = original.IotHubQuotaMetricInfoListResultIterator
func NewIotHubQuotaMetricInfoListResultIterator ¶
func NewIotHubQuotaMetricInfoListResultIterator(page IotHubQuotaMetricInfoListResultPage) IotHubQuotaMetricInfoListResultIterator
type IotHubQuotaMetricInfoListResultPage ¶
type IotHubQuotaMetricInfoListResultPage = original.IotHubQuotaMetricInfoListResultPage
func NewIotHubQuotaMetricInfoListResultPage ¶
func NewIotHubQuotaMetricInfoListResultPage(cur IotHubQuotaMetricInfoListResult, getNextPage func(context.Context, IotHubQuotaMetricInfoListResult) (IotHubQuotaMetricInfoListResult, error)) IotHubQuotaMetricInfoListResultPage
type IotHubReplicaRoleType ¶
type IotHubReplicaRoleType = original.IotHubReplicaRoleType
const ( Primary IotHubReplicaRoleType = original.Primary Secondary IotHubReplicaRoleType = original.Secondary )
func PossibleIotHubReplicaRoleTypeValues ¶
func PossibleIotHubReplicaRoleTypeValues() []IotHubReplicaRoleType
type IotHubResourceClient ¶
type IotHubResourceClient = original.IotHubResourceClient
func NewIotHubResourceClient ¶
func NewIotHubResourceClient(subscriptionID string) IotHubResourceClient
func NewIotHubResourceClientWithBaseURI ¶
func NewIotHubResourceClientWithBaseURI(baseURI string, subscriptionID string) IotHubResourceClient
type IotHubResourceCreateOrUpdateFuture ¶
type IotHubResourceCreateOrUpdateFuture = original.IotHubResourceCreateOrUpdateFuture
type IotHubResourceDeleteFuture ¶
type IotHubResourceDeleteFuture = original.IotHubResourceDeleteFuture
type IotHubResourceUpdateFuture ¶
type IotHubResourceUpdateFuture = original.IotHubResourceUpdateFuture
type IotHubScaleType ¶
type IotHubScaleType = original.IotHubScaleType
const ( IotHubScaleTypeAutomatic IotHubScaleType = original.IotHubScaleTypeAutomatic IotHubScaleTypeManual IotHubScaleType = original.IotHubScaleTypeManual IotHubScaleTypeNone IotHubScaleType = original.IotHubScaleTypeNone )
func PossibleIotHubScaleTypeValues ¶
func PossibleIotHubScaleTypeValues() []IotHubScaleType
type IotHubSkuDescription ¶
type IotHubSkuDescription = original.IotHubSkuDescription
type IotHubSkuDescriptionListResult ¶
type IotHubSkuDescriptionListResult = original.IotHubSkuDescriptionListResult
type IotHubSkuDescriptionListResultIterator ¶
type IotHubSkuDescriptionListResultIterator = original.IotHubSkuDescriptionListResultIterator
func NewIotHubSkuDescriptionListResultIterator ¶
func NewIotHubSkuDescriptionListResultIterator(page IotHubSkuDescriptionListResultPage) IotHubSkuDescriptionListResultIterator
type IotHubSkuDescriptionListResultPage ¶
type IotHubSkuDescriptionListResultPage = original.IotHubSkuDescriptionListResultPage
func NewIotHubSkuDescriptionListResultPage ¶
func NewIotHubSkuDescriptionListResultPage(cur IotHubSkuDescriptionListResult, getNextPage func(context.Context, IotHubSkuDescriptionListResult) (IotHubSkuDescriptionListResult, error)) IotHubSkuDescriptionListResultPage
type IotHubSkuInfo ¶
type IotHubSkuInfo = original.IotHubSkuInfo
type IotHubSkuTier ¶
type IotHubSkuTier = original.IotHubSkuTier
const ( Basic IotHubSkuTier = original.Basic Free IotHubSkuTier = original.Free Standard IotHubSkuTier = original.Standard )
func PossibleIotHubSkuTierValues ¶
func PossibleIotHubSkuTierValues() []IotHubSkuTier
type JobResponse ¶
type JobResponse = original.JobResponse
type JobResponseListResult ¶
type JobResponseListResult = original.JobResponseListResult
type JobResponseListResultIterator ¶
type JobResponseListResultIterator = original.JobResponseListResultIterator
func NewJobResponseListResultIterator ¶
func NewJobResponseListResultIterator(page JobResponseListResultPage) JobResponseListResultIterator
type JobResponseListResultPage ¶
type JobResponseListResultPage = original.JobResponseListResultPage
func NewJobResponseListResultPage ¶
func NewJobResponseListResultPage(cur JobResponseListResult, getNextPage func(context.Context, JobResponseListResult) (JobResponseListResult, error)) JobResponseListResultPage
type JobStatus ¶
const ( JobStatusCancelled JobStatus = original.JobStatusCancelled JobStatusCompleted JobStatus = original.JobStatusCompleted JobStatusEnqueued JobStatus = original.JobStatusEnqueued JobStatusFailed JobStatus = original.JobStatusFailed JobStatusRunning JobStatus = original.JobStatusRunning JobStatusUnknown JobStatus = original.JobStatusUnknown )
func PossibleJobStatusValues ¶
func PossibleJobStatusValues() []JobStatus
type JobType ¶
const ( JobTypeBackup JobType = original.JobTypeBackup JobTypeExport JobType = original.JobTypeExport JobTypeFactoryResetDevice JobType = original.JobTypeFactoryResetDevice JobTypeFirmwareUpdate JobType = original.JobTypeFirmwareUpdate JobTypeImport JobType = original.JobTypeImport JobTypeReadDeviceProperties JobType = original.JobTypeReadDeviceProperties JobTypeRebootDevice JobType = original.JobTypeRebootDevice JobTypeUnknown JobType = original.JobTypeUnknown JobTypeUpdateDeviceConfiguration JobType = original.JobTypeUpdateDeviceConfiguration JobTypeWriteDeviceProperties JobType = original.JobTypeWriteDeviceProperties )
func PossibleJobTypeValues ¶
func PossibleJobTypeValues() []JobType
type ListPrivateEndpointConnection ¶
type ListPrivateEndpointConnection = original.ListPrivateEndpointConnection
type MatchedRoute ¶
type MatchedRoute = original.MatchedRoute
type MessagingEndpointProperties ¶
type MessagingEndpointProperties = original.MessagingEndpointProperties
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationInputs ¶
type OperationInputs = original.OperationInputs
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 PrivateEndpoint ¶
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointConnection ¶
type PrivateEndpointConnection = original.PrivateEndpointConnection
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 PrivateEndpointConnectionsUpdateFuture ¶
type PrivateEndpointConnectionsUpdateFuture = original.PrivateEndpointConnectionsUpdateFuture
type PrivateLinkResources ¶
type PrivateLinkResources = original.PrivateLinkResources
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 ( Approved PrivateLinkServiceConnectionStatus = original.Approved Disconnected PrivateLinkServiceConnectionStatus = original.Disconnected Pending PrivateLinkServiceConnectionStatus = original.Pending Rejected PrivateLinkServiceConnectionStatus = original.Rejected )
func PossiblePrivateLinkServiceConnectionStatusValues ¶
func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus
type PublicNetworkAccess ¶
type PublicNetworkAccess = original.PublicNetworkAccess
const ( Disabled PublicNetworkAccess = original.Disabled Enabled PublicNetworkAccess = original.Enabled )
func PossiblePublicNetworkAccessValues ¶
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess
type RegistryStatistics ¶
type RegistryStatistics = original.RegistryStatistics
type ResourceProviderCommonClient ¶
type ResourceProviderCommonClient = original.ResourceProviderCommonClient
func NewResourceProviderCommonClient ¶
func NewResourceProviderCommonClient(subscriptionID string) ResourceProviderCommonClient
func NewResourceProviderCommonClientWithBaseURI ¶
func NewResourceProviderCommonClientWithBaseURI(baseURI string, subscriptionID string) ResourceProviderCommonClient
type RouteCompilationError ¶
type RouteCompilationError = original.RouteCompilationError
type RouteErrorPosition ¶
type RouteErrorPosition = original.RouteErrorPosition
type RouteErrorRange ¶
type RouteErrorRange = original.RouteErrorRange
type RouteErrorSeverity ¶
type RouteErrorSeverity = original.RouteErrorSeverity
const ( Error RouteErrorSeverity = original.Error Warning RouteErrorSeverity = original.Warning )
func PossibleRouteErrorSeverityValues ¶
func PossibleRouteErrorSeverityValues() []RouteErrorSeverity
type RouteProperties ¶
type RouteProperties = original.RouteProperties
type RoutingEndpoints ¶
type RoutingEndpoints = original.RoutingEndpoints
type RoutingEventHubProperties ¶
type RoutingEventHubProperties = original.RoutingEventHubProperties
type RoutingMessage ¶
type RoutingMessage = original.RoutingMessage
type RoutingProperties ¶
type RoutingProperties = original.RoutingProperties
type RoutingServiceBusQueueEndpointProperties ¶
type RoutingServiceBusQueueEndpointProperties = original.RoutingServiceBusQueueEndpointProperties
type RoutingServiceBusTopicEndpointProperties ¶
type RoutingServiceBusTopicEndpointProperties = original.RoutingServiceBusTopicEndpointProperties
type RoutingSource ¶
type RoutingSource = original.RoutingSource
const ( RoutingSourceDeviceJobLifecycleEvents RoutingSource = original.RoutingSourceDeviceJobLifecycleEvents RoutingSourceDeviceLifecycleEvents RoutingSource = original.RoutingSourceDeviceLifecycleEvents RoutingSourceDeviceMessages RoutingSource = original.RoutingSourceDeviceMessages RoutingSourceInvalid RoutingSource = original.RoutingSourceInvalid RoutingSourceTwinChangeEvents RoutingSource = original.RoutingSourceTwinChangeEvents )
func PossibleRoutingSourceValues ¶
func PossibleRoutingSourceValues() []RoutingSource
type RoutingStorageContainerProperties ¶
type RoutingStorageContainerProperties = original.RoutingStorageContainerProperties
type RoutingTwin ¶
type RoutingTwin = original.RoutingTwin
type RoutingTwinProperties ¶
type RoutingTwinProperties = original.RoutingTwinProperties
type SharedAccessSignatureAuthorizationRule ¶
type SharedAccessSignatureAuthorizationRule = original.SharedAccessSignatureAuthorizationRule
type SharedAccessSignatureAuthorizationRuleListResult ¶
type SharedAccessSignatureAuthorizationRuleListResult = original.SharedAccessSignatureAuthorizationRuleListResult
type SharedAccessSignatureAuthorizationRuleListResultIterator ¶
type SharedAccessSignatureAuthorizationRuleListResultIterator = original.SharedAccessSignatureAuthorizationRuleListResultIterator
func NewSharedAccessSignatureAuthorizationRuleListResultIterator ¶
func NewSharedAccessSignatureAuthorizationRuleListResultIterator(page SharedAccessSignatureAuthorizationRuleListResultPage) SharedAccessSignatureAuthorizationRuleListResultIterator
type SharedAccessSignatureAuthorizationRuleListResultPage ¶
type SharedAccessSignatureAuthorizationRuleListResultPage = original.SharedAccessSignatureAuthorizationRuleListResultPage
func NewSharedAccessSignatureAuthorizationRuleListResultPage ¶
func NewSharedAccessSignatureAuthorizationRuleListResultPage(cur SharedAccessSignatureAuthorizationRuleListResult, getNextPage func(context.Context, SharedAccessSignatureAuthorizationRuleListResult) (SharedAccessSignatureAuthorizationRuleListResult, error)) SharedAccessSignatureAuthorizationRuleListResultPage
type StorageEndpointProperties ¶
type StorageEndpointProperties = original.StorageEndpointProperties
type TagsResource ¶
type TagsResource = original.TagsResource
type TestAllRoutesInput ¶
type TestAllRoutesInput = original.TestAllRoutesInput
type TestAllRoutesResult ¶
type TestAllRoutesResult = original.TestAllRoutesResult
type TestResultStatus ¶
type TestResultStatus = original.TestResultStatus
const ( False TestResultStatus = original.False True TestResultStatus = original.True Undefined TestResultStatus = original.Undefined )
func PossibleTestResultStatusValues ¶
func PossibleTestResultStatusValues() []TestResultStatus
type TestRouteInput ¶
type TestRouteInput = original.TestRouteInput
type TestRouteResult ¶
type TestRouteResult = original.TestRouteResult
type TestRouteResultDetails ¶
type TestRouteResultDetails = original.TestRouteResultDetails
type UserSubscriptionQuota ¶
type UserSubscriptionQuota = original.UserSubscriptionQuota
type UserSubscriptionQuotaListResult ¶
type UserSubscriptionQuotaListResult = original.UserSubscriptionQuotaListResult
Click to show internal directories.
Click to hide internal directories.