Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessPoliciesClient
- type AccessPolicyCreateOrUpdateParameters
- type AccessPolicyListResponse
- type AccessPolicyMutableProperties
- type AccessPolicyResource
- type AccessPolicyResourceProperties
- type AccessPolicyRole
- type AccessPolicyUpdateParameters
- type AzureEventSourceProperties
- type BaseClient
- type BasicEnvironmentCreateOrUpdateParameters
- type BasicEnvironmentResource
- type BasicEventSourceCreateOrUpdateParameters
- type BasicEventSourceResource
- type CloudError
- type CloudErrorBody
- type CreateOrUpdateTrackedResourceProperties
- type DataStringComparisonBehavior
- type EnvironmentCreateOrUpdateParameters
- type EnvironmentListResponse
- type EnvironmentResource
- type EnvironmentResourceModel
- type EnvironmentResourceProperties
- type EnvironmentStateDetails
- type EnvironmentStatus
- type EnvironmentUpdateParameters
- type EnvironmentsClient
- type EnvironmentsCreateOrUpdateFuture
- type EnvironmentsUpdateFuture
- type EventHubEventSourceCommonProperties
- type EventHubEventSourceCreateOrUpdateParameters
- type EventHubEventSourceCreationProperties
- type EventHubEventSourceMutableProperties
- type EventHubEventSourceResource
- type EventHubEventSourceResourceProperties
- type EventHubEventSourceUpdateParameters
- type EventSourceCommonProperties
- type EventSourceCreateOrUpdateParameters
- type EventSourceListResponse
- type EventSourceMutableProperties
- type EventSourceResource
- type EventSourceResourceModel
- type EventSourceUpdateParameters
- type EventSourcesClient
- type Gen1EnvironmentCreateOrUpdateParameters
- type Gen1EnvironmentCreationProperties
- type Gen1EnvironmentMutableProperties
- type Gen1EnvironmentResource
- type Gen1EnvironmentResourceProperties
- type Gen1EnvironmentUpdateParameters
- type Gen2EnvironmentCreateOrUpdateParameters
- type Gen2EnvironmentCreationProperties
- type Gen2EnvironmentMutableProperties
- type Gen2EnvironmentResource
- type Gen2EnvironmentResourceProperties
- type Gen2EnvironmentUpdateParameters
- type Gen2StorageConfigurationInput
- type Gen2StorageConfigurationMutableProperties
- type Gen2StorageConfigurationOutput
- type IngressEnvironmentStatus
- type IngressState
- type IoTHubEventSourceCommonProperties
- type IoTHubEventSourceCreateOrUpdateParameters
- type IoTHubEventSourceCreationProperties
- type IoTHubEventSourceMutableProperties
- type IoTHubEventSourceResource
- type IoTHubEventSourceResourceProperties
- type IoTHubEventSourceUpdateParameters
- type Kind
- type KindBasicEnvironmentResource
- type KindBasicEventSourceCreateOrUpdateParameters
- type KindBasicEventSourceResource
- type LocalTimestamp
- type LocalTimestampFormat
- type LocalTimestampTimeZoneOffset
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type PropertyType
- type ProvisioningState
- type ReferenceDataKeyPropertyType
- type ReferenceDataSetCreateOrUpdateParameters
- type ReferenceDataSetCreationProperties
- type ReferenceDataSetKeyProperty
- type ReferenceDataSetListResponse
- type ReferenceDataSetResource
- type ReferenceDataSetResourceProperties
- type ReferenceDataSetUpdateParameters
- type ReferenceDataSetsClient
- type Resource
- type ResourceProperties
- type Sku
- type SkuName
- type StorageLimitExceededBehavior
- type TimeSeriesIDProperty
- type TrackedResource
- type WarmStorageEnvironmentStatus
- type WarmStoragePropertiesState
- type WarmStoragePropertiesUsage
- type WarmStoragePropertiesUsageStateDetails
- type WarmStoreConfigurationProperties
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessPoliciesClient ¶
type AccessPoliciesClient = original.AccessPoliciesClient
func NewAccessPoliciesClient ¶
func NewAccessPoliciesClient(subscriptionID string) AccessPoliciesClient
func NewAccessPoliciesClientWithBaseURI ¶
func NewAccessPoliciesClientWithBaseURI(baseURI string, subscriptionID string) AccessPoliciesClient
type AccessPolicyCreateOrUpdateParameters ¶
type AccessPolicyCreateOrUpdateParameters = original.AccessPolicyCreateOrUpdateParameters
type AccessPolicyListResponse ¶
type AccessPolicyListResponse = original.AccessPolicyListResponse
type AccessPolicyMutableProperties ¶
type AccessPolicyMutableProperties = original.AccessPolicyMutableProperties
type AccessPolicyResource ¶
type AccessPolicyResource = original.AccessPolicyResource
type AccessPolicyResourceProperties ¶
type AccessPolicyResourceProperties = original.AccessPolicyResourceProperties
type AccessPolicyRole ¶
type AccessPolicyRole = original.AccessPolicyRole
const ( Contributor AccessPolicyRole = original.Contributor Reader AccessPolicyRole = original.Reader )
func PossibleAccessPolicyRoleValues ¶
func PossibleAccessPolicyRoleValues() []AccessPolicyRole
type AccessPolicyUpdateParameters ¶
type AccessPolicyUpdateParameters = original.AccessPolicyUpdateParameters
type AzureEventSourceProperties ¶
type AzureEventSourceProperties = original.AzureEventSourceProperties
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicEnvironmentCreateOrUpdateParameters ¶
type BasicEnvironmentCreateOrUpdateParameters = original.BasicEnvironmentCreateOrUpdateParameters
type BasicEnvironmentResource ¶
type BasicEnvironmentResource = original.BasicEnvironmentResource
type BasicEventSourceCreateOrUpdateParameters ¶
type BasicEventSourceCreateOrUpdateParameters = original.BasicEventSourceCreateOrUpdateParameters
type BasicEventSourceResource ¶
type BasicEventSourceResource = original.BasicEventSourceResource
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type CreateOrUpdateTrackedResourceProperties ¶
type CreateOrUpdateTrackedResourceProperties = original.CreateOrUpdateTrackedResourceProperties
type DataStringComparisonBehavior ¶
type DataStringComparisonBehavior = original.DataStringComparisonBehavior
const ( Ordinal DataStringComparisonBehavior = original.Ordinal OrdinalIgnoreCase DataStringComparisonBehavior = original.OrdinalIgnoreCase )
func PossibleDataStringComparisonBehaviorValues ¶
func PossibleDataStringComparisonBehaviorValues() []DataStringComparisonBehavior
type EnvironmentCreateOrUpdateParameters ¶
type EnvironmentCreateOrUpdateParameters = original.EnvironmentCreateOrUpdateParameters
type EnvironmentListResponse ¶
type EnvironmentListResponse = original.EnvironmentListResponse
type EnvironmentResource ¶
type EnvironmentResource = original.EnvironmentResource
type EnvironmentResourceModel ¶
type EnvironmentResourceModel = original.EnvironmentResourceModel
type EnvironmentResourceProperties ¶
type EnvironmentResourceProperties = original.EnvironmentResourceProperties
type EnvironmentStateDetails ¶
type EnvironmentStateDetails = original.EnvironmentStateDetails
type EnvironmentStatus ¶
type EnvironmentStatus = original.EnvironmentStatus
type EnvironmentUpdateParameters ¶
type EnvironmentUpdateParameters = original.EnvironmentUpdateParameters
type EnvironmentsClient ¶
type EnvironmentsClient = original.EnvironmentsClient
func NewEnvironmentsClient ¶
func NewEnvironmentsClient(subscriptionID string) EnvironmentsClient
func NewEnvironmentsClientWithBaseURI ¶
func NewEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) EnvironmentsClient
type EnvironmentsCreateOrUpdateFuture ¶
type EnvironmentsCreateOrUpdateFuture = original.EnvironmentsCreateOrUpdateFuture
type EnvironmentsUpdateFuture ¶
type EnvironmentsUpdateFuture = original.EnvironmentsUpdateFuture
type EventHubEventSourceCommonProperties ¶
type EventHubEventSourceCommonProperties = original.EventHubEventSourceCommonProperties
type EventHubEventSourceCreateOrUpdateParameters ¶
type EventHubEventSourceCreateOrUpdateParameters = original.EventHubEventSourceCreateOrUpdateParameters
type EventHubEventSourceCreationProperties ¶
type EventHubEventSourceCreationProperties = original.EventHubEventSourceCreationProperties
type EventHubEventSourceMutableProperties ¶
type EventHubEventSourceMutableProperties = original.EventHubEventSourceMutableProperties
type EventHubEventSourceResource ¶
type EventHubEventSourceResource = original.EventHubEventSourceResource
type EventHubEventSourceResourceProperties ¶
type EventHubEventSourceResourceProperties = original.EventHubEventSourceResourceProperties
type EventHubEventSourceUpdateParameters ¶
type EventHubEventSourceUpdateParameters = original.EventHubEventSourceUpdateParameters
type EventSourceCommonProperties ¶
type EventSourceCommonProperties = original.EventSourceCommonProperties
type EventSourceCreateOrUpdateParameters ¶
type EventSourceCreateOrUpdateParameters = original.EventSourceCreateOrUpdateParameters
type EventSourceListResponse ¶
type EventSourceListResponse = original.EventSourceListResponse
type EventSourceMutableProperties ¶
type EventSourceMutableProperties = original.EventSourceMutableProperties
type EventSourceResource ¶
type EventSourceResource = original.EventSourceResource
type EventSourceResourceModel ¶
type EventSourceResourceModel = original.EventSourceResourceModel
type EventSourceUpdateParameters ¶
type EventSourceUpdateParameters = original.EventSourceUpdateParameters
type EventSourcesClient ¶
type EventSourcesClient = original.EventSourcesClient
func NewEventSourcesClient ¶
func NewEventSourcesClient(subscriptionID string) EventSourcesClient
func NewEventSourcesClientWithBaseURI ¶
func NewEventSourcesClientWithBaseURI(baseURI string, subscriptionID string) EventSourcesClient
type Gen1EnvironmentCreateOrUpdateParameters ¶
type Gen1EnvironmentCreateOrUpdateParameters = original.Gen1EnvironmentCreateOrUpdateParameters
type Gen1EnvironmentCreationProperties ¶
type Gen1EnvironmentCreationProperties = original.Gen1EnvironmentCreationProperties
type Gen1EnvironmentMutableProperties ¶
type Gen1EnvironmentMutableProperties = original.Gen1EnvironmentMutableProperties
type Gen1EnvironmentResource ¶
type Gen1EnvironmentResource = original.Gen1EnvironmentResource
type Gen1EnvironmentResourceProperties ¶
type Gen1EnvironmentResourceProperties = original.Gen1EnvironmentResourceProperties
type Gen1EnvironmentUpdateParameters ¶
type Gen1EnvironmentUpdateParameters = original.Gen1EnvironmentUpdateParameters
type Gen2EnvironmentCreateOrUpdateParameters ¶
type Gen2EnvironmentCreateOrUpdateParameters = original.Gen2EnvironmentCreateOrUpdateParameters
type Gen2EnvironmentCreationProperties ¶
type Gen2EnvironmentCreationProperties = original.Gen2EnvironmentCreationProperties
type Gen2EnvironmentMutableProperties ¶
type Gen2EnvironmentMutableProperties = original.Gen2EnvironmentMutableProperties
type Gen2EnvironmentResource ¶
type Gen2EnvironmentResource = original.Gen2EnvironmentResource
type Gen2EnvironmentResourceProperties ¶
type Gen2EnvironmentResourceProperties = original.Gen2EnvironmentResourceProperties
type Gen2EnvironmentUpdateParameters ¶
type Gen2EnvironmentUpdateParameters = original.Gen2EnvironmentUpdateParameters
type Gen2StorageConfigurationInput ¶
type Gen2StorageConfigurationInput = original.Gen2StorageConfigurationInput
type Gen2StorageConfigurationMutableProperties ¶
type Gen2StorageConfigurationMutableProperties = original.Gen2StorageConfigurationMutableProperties
type Gen2StorageConfigurationOutput ¶
type Gen2StorageConfigurationOutput = original.Gen2StorageConfigurationOutput
type IngressEnvironmentStatus ¶
type IngressEnvironmentStatus = original.IngressEnvironmentStatus
type IngressState ¶
type IngressState = original.IngressState
const ( Disabled IngressState = original.Disabled Paused IngressState = original.Paused Ready IngressState = original.Ready Running IngressState = original.Running Unknown IngressState = original.Unknown )
func PossibleIngressStateValues ¶
func PossibleIngressStateValues() []IngressState
type IoTHubEventSourceCommonProperties ¶
type IoTHubEventSourceCommonProperties = original.IoTHubEventSourceCommonProperties
type IoTHubEventSourceCreateOrUpdateParameters ¶
type IoTHubEventSourceCreateOrUpdateParameters = original.IoTHubEventSourceCreateOrUpdateParameters
type IoTHubEventSourceCreationProperties ¶
type IoTHubEventSourceCreationProperties = original.IoTHubEventSourceCreationProperties
type IoTHubEventSourceMutableProperties ¶
type IoTHubEventSourceMutableProperties = original.IoTHubEventSourceMutableProperties
type IoTHubEventSourceResource ¶
type IoTHubEventSourceResource = original.IoTHubEventSourceResource
type IoTHubEventSourceResourceProperties ¶
type IoTHubEventSourceResourceProperties = original.IoTHubEventSourceResourceProperties
type IoTHubEventSourceUpdateParameters ¶
type IoTHubEventSourceUpdateParameters = original.IoTHubEventSourceUpdateParameters
type KindBasicEnvironmentResource ¶
type KindBasicEnvironmentResource = original.KindBasicEnvironmentResource
const ( KindBasicEnvironmentResourceKindEnvironmentResource KindBasicEnvironmentResource = original.KindBasicEnvironmentResourceKindEnvironmentResource KindBasicEnvironmentResourceKindGen1 KindBasicEnvironmentResource = original.KindBasicEnvironmentResourceKindGen1 KindBasicEnvironmentResourceKindGen2 KindBasicEnvironmentResource = original.KindBasicEnvironmentResourceKindGen2 )
func PossibleKindBasicEnvironmentResourceValues ¶
func PossibleKindBasicEnvironmentResourceValues() []KindBasicEnvironmentResource
type KindBasicEventSourceCreateOrUpdateParameters ¶
type KindBasicEventSourceCreateOrUpdateParameters = original.KindBasicEventSourceCreateOrUpdateParameters
const ( KindEventSourceCreateOrUpdateParameters KindBasicEventSourceCreateOrUpdateParameters = original.KindEventSourceCreateOrUpdateParameters KindMicrosoftEventHub KindBasicEventSourceCreateOrUpdateParameters = original.KindMicrosoftEventHub KindMicrosoftIoTHub KindBasicEventSourceCreateOrUpdateParameters = original.KindMicrosoftIoTHub )
func PossibleKindBasicEventSourceCreateOrUpdateParametersValues ¶
func PossibleKindBasicEventSourceCreateOrUpdateParametersValues() []KindBasicEventSourceCreateOrUpdateParameters
type KindBasicEventSourceResource ¶
type KindBasicEventSourceResource = original.KindBasicEventSourceResource
const ( KindBasicEventSourceResourceKindEventSourceResource KindBasicEventSourceResource = original.KindBasicEventSourceResourceKindEventSourceResource KindBasicEventSourceResourceKindMicrosoftEventHub KindBasicEventSourceResource = original.KindBasicEventSourceResourceKindMicrosoftEventHub KindBasicEventSourceResourceKindMicrosoftIoTHub KindBasicEventSourceResource = original.KindBasicEventSourceResourceKindMicrosoftIoTHub )
func PossibleKindBasicEventSourceResourceValues ¶
func PossibleKindBasicEventSourceResourceValues() []KindBasicEventSourceResource
type LocalTimestamp ¶
type LocalTimestamp = original.LocalTimestamp
type LocalTimestampFormat ¶
type LocalTimestampFormat = original.LocalTimestampFormat
const (
Embedded LocalTimestampFormat = original.Embedded
)
func PossibleLocalTimestampFormatValues ¶
func PossibleLocalTimestampFormatValues() []LocalTimestampFormat
type LocalTimestampTimeZoneOffset ¶
type LocalTimestampTimeZoneOffset = original.LocalTimestampTimeZoneOffset
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 PropertyType ¶
type PropertyType = original.PropertyType
const (
String PropertyType = original.String
)
func PossiblePropertyTypeValues ¶
func PossiblePropertyTypeValues() []PropertyType
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Accepted ProvisioningState = original.Accepted Creating ProvisioningState = original.Creating Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Succeeded ProvisioningState = original.Succeeded Updating ProvisioningState = original.Updating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ReferenceDataKeyPropertyType ¶
type ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyType
const ( ReferenceDataKeyPropertyTypeBool ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeBool ReferenceDataKeyPropertyTypeDateTime ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeDateTime ReferenceDataKeyPropertyTypeDouble ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeDouble ReferenceDataKeyPropertyTypeString ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeString )
func PossibleReferenceDataKeyPropertyTypeValues ¶
func PossibleReferenceDataKeyPropertyTypeValues() []ReferenceDataKeyPropertyType
type ReferenceDataSetCreateOrUpdateParameters ¶
type ReferenceDataSetCreateOrUpdateParameters = original.ReferenceDataSetCreateOrUpdateParameters
type ReferenceDataSetCreationProperties ¶
type ReferenceDataSetCreationProperties = original.ReferenceDataSetCreationProperties
type ReferenceDataSetKeyProperty ¶
type ReferenceDataSetKeyProperty = original.ReferenceDataSetKeyProperty
type ReferenceDataSetListResponse ¶
type ReferenceDataSetListResponse = original.ReferenceDataSetListResponse
type ReferenceDataSetResource ¶
type ReferenceDataSetResource = original.ReferenceDataSetResource
type ReferenceDataSetResourceProperties ¶
type ReferenceDataSetResourceProperties = original.ReferenceDataSetResourceProperties
type ReferenceDataSetUpdateParameters ¶
type ReferenceDataSetUpdateParameters = original.ReferenceDataSetUpdateParameters
type ReferenceDataSetsClient ¶
type ReferenceDataSetsClient = original.ReferenceDataSetsClient
func NewReferenceDataSetsClient ¶
func NewReferenceDataSetsClient(subscriptionID string) ReferenceDataSetsClient
func NewReferenceDataSetsClientWithBaseURI ¶
func NewReferenceDataSetsClientWithBaseURI(baseURI string, subscriptionID string) ReferenceDataSetsClient
type ResourceProperties ¶
type ResourceProperties = original.ResourceProperties
type StorageLimitExceededBehavior ¶
type StorageLimitExceededBehavior = original.StorageLimitExceededBehavior
const ( PauseIngress StorageLimitExceededBehavior = original.PauseIngress PurgeOldData StorageLimitExceededBehavior = original.PurgeOldData )
func PossibleStorageLimitExceededBehaviorValues ¶
func PossibleStorageLimitExceededBehaviorValues() []StorageLimitExceededBehavior
type TimeSeriesIDProperty ¶
type TimeSeriesIDProperty = original.TimeSeriesIDProperty
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type WarmStorageEnvironmentStatus ¶
type WarmStorageEnvironmentStatus = original.WarmStorageEnvironmentStatus
type WarmStoragePropertiesState ¶
type WarmStoragePropertiesState = original.WarmStoragePropertiesState
const ( WarmStoragePropertiesStateError WarmStoragePropertiesState = original.WarmStoragePropertiesStateError WarmStoragePropertiesStateOk WarmStoragePropertiesState = original.WarmStoragePropertiesStateOk WarmStoragePropertiesStateUnknown WarmStoragePropertiesState = original.WarmStoragePropertiesStateUnknown )
func PossibleWarmStoragePropertiesStateValues ¶
func PossibleWarmStoragePropertiesStateValues() []WarmStoragePropertiesState
type WarmStoragePropertiesUsage ¶
type WarmStoragePropertiesUsage = original.WarmStoragePropertiesUsage
type WarmStoragePropertiesUsageStateDetails ¶
type WarmStoragePropertiesUsageStateDetails = original.WarmStoragePropertiesUsageStateDetails
type WarmStoreConfigurationProperties ¶
type WarmStoreConfigurationProperties = original.WarmStoreConfigurationProperties
Click to show internal directories.
Click to hide internal directories.