...

Package iothub

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

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type AccessRightsDescription
    func PossibleAccessRightsDescriptionValues() []AccessRightsDescription
type AllocationPolicy
    func PossibleAllocationPolicyValues() []AllocationPolicy
type AsyncOperationResult
type BaseClient
    func New(subscriptionID string) BaseClient
    func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CertificateBodyDescription
type CertificateListDescription
type CertificateProperties
type CertificatePurpose
    func PossibleCertificatePurposeValues() []CertificatePurpose
type CertificateResponse
type CreatedByType
    func PossibleCreatedByTypeValues() []CreatedByType
type DefinitionDescription
type DpsCertificateClient
    func NewDpsCertificateClient(subscriptionID string) DpsCertificateClient
    func NewDpsCertificateClientWithBaseURI(baseURI string, subscriptionID string) DpsCertificateClient
type ErrorDetails
type ErrorMessage
type GroupIDInformation
type GroupIDInformationProperties
type IPFilterActionType
    func PossibleIPFilterActionTypeValues() []IPFilterActionType
type IPFilterRule
type IPFilterTargetType
    func PossibleIPFilterTargetTypeValues() []IPFilterTargetType
type IotDpsPropertiesDescription
type IotDpsResourceClient
    func NewIotDpsResourceClient(subscriptionID string) IotDpsResourceClient
    func NewIotDpsResourceClientWithBaseURI(baseURI string, subscriptionID string) IotDpsResourceClient
type IotDpsResourceCreateOrUpdateFuture
type IotDpsResourceCreateOrUpdatePrivateEndpointConnectionFuture
type IotDpsResourceDeleteFuture
type IotDpsResourceDeletePrivateEndpointConnectionFuture
type IotDpsResourceUpdateFuture
type IotDpsSku
    func PossibleIotDpsSkuValues() []IotDpsSku
type IotDpsSkuDefinition
type IotDpsSkuDefinitionListResult
type IotDpsSkuDefinitionListResultIterator
    func NewIotDpsSkuDefinitionListResultIterator(page IotDpsSkuDefinitionListResultPage) IotDpsSkuDefinitionListResultIterator
type IotDpsSkuDefinitionListResultPage
    func NewIotDpsSkuDefinitionListResultPage(cur IotDpsSkuDefinitionListResult, getNextPage func(context.Context, IotDpsSkuDefinitionListResult) (IotDpsSkuDefinitionListResult, error)) IotDpsSkuDefinitionListResultPage
type IotDpsSkuInfo
type ListPrivateEndpointConnection
type NameAvailabilityInfo
type NameUnavailabilityReason
    func PossibleNameUnavailabilityReasonValues() []NameUnavailabilityReason
type Operation
type OperationDisplay
type OperationInputs
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 PrivateEndpoint
type PrivateEndpointConnection
type PrivateEndpointConnectionProperties
type PrivateLinkResources
type PrivateLinkServiceConnectionState
type PrivateLinkServiceConnectionStatus
    func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus
type ProvisioningServiceDescription
type ProvisioningServiceDescriptionListResult
type ProvisioningServiceDescriptionListResultIterator
    func NewProvisioningServiceDescriptionListResultIterator(page ProvisioningServiceDescriptionListResultPage) ProvisioningServiceDescriptionListResultIterator
type ProvisioningServiceDescriptionListResultPage
    func NewProvisioningServiceDescriptionListResultPage(cur ProvisioningServiceDescriptionListResult, getNextPage func(context.Context, ProvisioningServiceDescriptionListResult) (ProvisioningServiceDescriptionListResult, error)) ProvisioningServiceDescriptionListResultPage
type PublicNetworkAccess
    func PossiblePublicNetworkAccessValues() []PublicNetworkAccess
type Resource
type SharedAccessSignatureAuthorizationRuleAccessRightsDescription
type SharedAccessSignatureAuthorizationRuleListResult
type SharedAccessSignatureAuthorizationRuleListResultIterator
    func NewSharedAccessSignatureAuthorizationRuleListResultIterator(page SharedAccessSignatureAuthorizationRuleListResultPage) SharedAccessSignatureAuthorizationRuleListResultIterator
type SharedAccessSignatureAuthorizationRuleListResultPage
    func NewSharedAccessSignatureAuthorizationRuleListResultPage(cur SharedAccessSignatureAuthorizationRuleListResult, getNextPage func(context.Context, SharedAccessSignatureAuthorizationRuleListResult) (SharedAccessSignatureAuthorizationRuleListResult, error)) SharedAccessSignatureAuthorizationRuleListResultPage
type State
    func PossibleStateValues() []State
type SystemData
type TagsResource
type VerificationCodeRequest
type VerificationCodeResponse
type VerificationCodeResponseProperties

Package files

models.go

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type AccessRightsDescription

type AccessRightsDescription = original.AccessRightsDescription
const (
    AccessRightsDescriptionDeviceConnect           AccessRightsDescription = original.AccessRightsDescriptionDeviceConnect
    AccessRightsDescriptionEnrollmentRead          AccessRightsDescription = original.AccessRightsDescriptionEnrollmentRead
    AccessRightsDescriptionEnrollmentWrite         AccessRightsDescription = original.AccessRightsDescriptionEnrollmentWrite
    AccessRightsDescriptionRegistrationStatusRead  AccessRightsDescription = original.AccessRightsDescriptionRegistrationStatusRead
    AccessRightsDescriptionRegistrationStatusWrite AccessRightsDescription = original.AccessRightsDescriptionRegistrationStatusWrite
    AccessRightsDescriptionServiceConfig           AccessRightsDescription = original.AccessRightsDescriptionServiceConfig
)

func PossibleAccessRightsDescriptionValues

func PossibleAccessRightsDescriptionValues() []AccessRightsDescription

type AllocationPolicy

type AllocationPolicy = original.AllocationPolicy
const (
    AllocationPolicyGeoLatency AllocationPolicy = original.AllocationPolicyGeoLatency
    AllocationPolicyHashed     AllocationPolicy = original.AllocationPolicyHashed
    AllocationPolicyStatic     AllocationPolicy = original.AllocationPolicyStatic
)

func PossibleAllocationPolicyValues

func PossibleAllocationPolicyValues() []AllocationPolicy

type AsyncOperationResult

type AsyncOperationResult = original.AsyncOperationResult

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type CertificateBodyDescription

type CertificateBodyDescription = original.CertificateBodyDescription

type CertificateListDescription

type CertificateListDescription = original.CertificateListDescription

type CertificateProperties

type CertificateProperties = original.CertificateProperties

type CertificatePurpose

type CertificatePurpose = original.CertificatePurpose
const (
    CertificatePurposeClientAuthentication CertificatePurpose = original.CertificatePurposeClientAuthentication
    CertificatePurposeServerAuthentication CertificatePurpose = original.CertificatePurposeServerAuthentication
)

func PossibleCertificatePurposeValues

func PossibleCertificatePurposeValues() []CertificatePurpose

type CertificateResponse

type CertificateResponse = original.CertificateResponse

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 DefinitionDescription

type DefinitionDescription = original.DefinitionDescription

type DpsCertificateClient

type DpsCertificateClient = original.DpsCertificateClient

func NewDpsCertificateClient

func NewDpsCertificateClient(subscriptionID string) DpsCertificateClient

func NewDpsCertificateClientWithBaseURI

func NewDpsCertificateClientWithBaseURI(baseURI string, subscriptionID string) DpsCertificateClient

type ErrorDetails

type ErrorDetails = original.ErrorDetails

type ErrorMessage

type ErrorMessage = original.ErrorMessage

type GroupIDInformation

type GroupIDInformation = original.GroupIDInformation

type GroupIDInformationProperties

type GroupIDInformationProperties = original.GroupIDInformationProperties

type IPFilterActionType

type IPFilterActionType = original.IPFilterActionType
const (
    IPFilterActionTypeAccept IPFilterActionType = original.IPFilterActionTypeAccept
    IPFilterActionTypeReject IPFilterActionType = original.IPFilterActionTypeReject
)

func PossibleIPFilterActionTypeValues

func PossibleIPFilterActionTypeValues() []IPFilterActionType

type IPFilterRule

type IPFilterRule = original.IPFilterRule

type IPFilterTargetType

type IPFilterTargetType = original.IPFilterTargetType
const (
    IPFilterTargetTypeAll        IPFilterTargetType = original.IPFilterTargetTypeAll
    IPFilterTargetTypeDeviceAPI  IPFilterTargetType = original.IPFilterTargetTypeDeviceAPI
    IPFilterTargetTypeServiceAPI IPFilterTargetType = original.IPFilterTargetTypeServiceAPI
)

func PossibleIPFilterTargetTypeValues

func PossibleIPFilterTargetTypeValues() []IPFilterTargetType

type IotDpsPropertiesDescription

type IotDpsPropertiesDescription = original.IotDpsPropertiesDescription

type IotDpsResourceClient

type IotDpsResourceClient = original.IotDpsResourceClient

func NewIotDpsResourceClient

func NewIotDpsResourceClient(subscriptionID string) IotDpsResourceClient

func NewIotDpsResourceClientWithBaseURI

func NewIotDpsResourceClientWithBaseURI(baseURI string, subscriptionID string) IotDpsResourceClient

type IotDpsResourceCreateOrUpdateFuture

type IotDpsResourceCreateOrUpdateFuture = original.IotDpsResourceCreateOrUpdateFuture

type IotDpsResourceCreateOrUpdatePrivateEndpointConnectionFuture

type IotDpsResourceCreateOrUpdatePrivateEndpointConnectionFuture = original.IotDpsResourceCreateOrUpdatePrivateEndpointConnectionFuture

type IotDpsResourceDeleteFuture

type IotDpsResourceDeleteFuture = original.IotDpsResourceDeleteFuture

type IotDpsResourceDeletePrivateEndpointConnectionFuture

type IotDpsResourceDeletePrivateEndpointConnectionFuture = original.IotDpsResourceDeletePrivateEndpointConnectionFuture

type IotDpsResourceUpdateFuture

type IotDpsResourceUpdateFuture = original.IotDpsResourceUpdateFuture

type IotDpsSku

type IotDpsSku = original.IotDpsSku
const (
    IotDpsSkuS1 IotDpsSku = original.IotDpsSkuS1
)

func PossibleIotDpsSkuValues

func PossibleIotDpsSkuValues() []IotDpsSku

type IotDpsSkuDefinition

type IotDpsSkuDefinition = original.IotDpsSkuDefinition

type IotDpsSkuDefinitionListResult

type IotDpsSkuDefinitionListResult = original.IotDpsSkuDefinitionListResult

type IotDpsSkuDefinitionListResultIterator

type IotDpsSkuDefinitionListResultIterator = original.IotDpsSkuDefinitionListResultIterator

func NewIotDpsSkuDefinitionListResultIterator

func NewIotDpsSkuDefinitionListResultIterator(page IotDpsSkuDefinitionListResultPage) IotDpsSkuDefinitionListResultIterator

type IotDpsSkuDefinitionListResultPage

type IotDpsSkuDefinitionListResultPage = original.IotDpsSkuDefinitionListResultPage

func NewIotDpsSkuDefinitionListResultPage

func NewIotDpsSkuDefinitionListResultPage(cur IotDpsSkuDefinitionListResult, getNextPage func(context.Context, IotDpsSkuDefinitionListResult) (IotDpsSkuDefinitionListResult, error)) IotDpsSkuDefinitionListResultPage

type IotDpsSkuInfo

type IotDpsSkuInfo = original.IotDpsSkuInfo

type ListPrivateEndpointConnection

type ListPrivateEndpointConnection = original.ListPrivateEndpointConnection

type NameAvailabilityInfo

type NameAvailabilityInfo = original.NameAvailabilityInfo

type NameUnavailabilityReason

type NameUnavailabilityReason = original.NameUnavailabilityReason
const (
    NameUnavailabilityReasonAlreadyExists NameUnavailabilityReason = original.NameUnavailabilityReasonAlreadyExists
    NameUnavailabilityReasonInvalid       NameUnavailabilityReason = original.NameUnavailabilityReasonInvalid
)

func PossibleNameUnavailabilityReasonValues

func PossibleNameUnavailabilityReasonValues() []NameUnavailabilityReason

type Operation

type Operation = original.Operation

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 PrivateLinkResources

type PrivateLinkResources = original.PrivateLinkResources

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 ProvisioningServiceDescription

type ProvisioningServiceDescription = original.ProvisioningServiceDescription

type ProvisioningServiceDescriptionListResult

type ProvisioningServiceDescriptionListResult = original.ProvisioningServiceDescriptionListResult

type ProvisioningServiceDescriptionListResultIterator

type ProvisioningServiceDescriptionListResultIterator = original.ProvisioningServiceDescriptionListResultIterator

func NewProvisioningServiceDescriptionListResultIterator

func NewProvisioningServiceDescriptionListResultIterator(page ProvisioningServiceDescriptionListResultPage) ProvisioningServiceDescriptionListResultIterator

type ProvisioningServiceDescriptionListResultPage

type ProvisioningServiceDescriptionListResultPage = original.ProvisioningServiceDescriptionListResultPage

func NewProvisioningServiceDescriptionListResultPage

func NewProvisioningServiceDescriptionListResultPage(cur ProvisioningServiceDescriptionListResult, getNextPage func(context.Context, ProvisioningServiceDescriptionListResult) (ProvisioningServiceDescriptionListResult, error)) ProvisioningServiceDescriptionListResultPage

type PublicNetworkAccess

type PublicNetworkAccess = original.PublicNetworkAccess
const (
    PublicNetworkAccessDisabled PublicNetworkAccess = original.PublicNetworkAccessDisabled
    PublicNetworkAccessEnabled  PublicNetworkAccess = original.PublicNetworkAccessEnabled
)

func PossiblePublicNetworkAccessValues

func PossiblePublicNetworkAccessValues() []PublicNetworkAccess

type Resource

type Resource = original.Resource

type SharedAccessSignatureAuthorizationRuleAccessRightsDescription

type SharedAccessSignatureAuthorizationRuleAccessRightsDescription = original.SharedAccessSignatureAuthorizationRuleAccessRightsDescription

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 State

type State = original.State
const (
    StateActivating       State = original.StateActivating
    StateActivationFailed State = original.StateActivationFailed
    StateActive           State = original.StateActive
    StateDeleted          State = original.StateDeleted
    StateDeleting         State = original.StateDeleting
    StateDeletionFailed   State = original.StateDeletionFailed
    StateFailingOver      State = original.StateFailingOver
    StateFailoverFailed   State = original.StateFailoverFailed
    StateResuming         State = original.StateResuming
    StateSuspended        State = original.StateSuspended
    StateSuspending       State = original.StateSuspending
    StateTransitioning    State = original.StateTransitioning
)

func PossibleStateValues

func PossibleStateValues() []State

type SystemData

type SystemData = original.SystemData

type TagsResource

type TagsResource = original.TagsResource

type VerificationCodeRequest

type VerificationCodeRequest = original.VerificationCodeRequest

type VerificationCodeResponse

type VerificationCodeResponse = original.VerificationCodeResponse

type VerificationCodeResponseProperties

type VerificationCodeResponseProperties = original.VerificationCodeResponseProperties

Subdirectories

Name Synopsis
..
iothubapi