Versions in this module Expand all Collapse all v26 v26.7.0 Mar 25, 2019 v26.6.0 Mar 22, 2019 v26.5.0 Mar 19, 2019 v26.4.0 Mar 14, 2019 v26.3.1 Mar 12, 2019 v26.3.0 Mar 11, 2019 v26.2.0 Mar 1, 2019 v26.1.0 Feb 27, 2019 v26.0.0 Feb 25, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AccessPoliciesClient struct + func NewAccessPoliciesClient(subscriptionID string) AccessPoliciesClient + func NewAccessPoliciesClientWithBaseURI(baseURI string, subscriptionID string) AccessPoliciesClient + func (client AccessPoliciesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (result AccessPolicyResource, err error) + func (client AccessPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client AccessPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result AccessPolicyResource, err error) + func (client AccessPoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client AccessPoliciesClient) Delete(ctx context.Context, resourceGroupName string, environmentName string, ...) (result autorest.Response, err error) + func (client AccessPoliciesClient) DeletePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client AccessPoliciesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccessPoliciesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AccessPoliciesClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (result AccessPolicyResource, err error) + func (client AccessPoliciesClient) GetPreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client AccessPoliciesClient) GetResponder(resp *http.Response) (result AccessPolicyResource, err error) + func (client AccessPoliciesClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccessPoliciesClient) ListByEnvironment(ctx context.Context, resourceGroupName string, environmentName string) (result AccessPolicyListResponse, err error) + func (client AccessPoliciesClient) ListByEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string) (*http.Request, error) + func (client AccessPoliciesClient) ListByEnvironmentResponder(resp *http.Response) (result AccessPolicyListResponse, err error) + func (client AccessPoliciesClient) ListByEnvironmentSender(req *http.Request) (*http.Response, error) + func (client AccessPoliciesClient) Update(ctx context.Context, resourceGroupName string, environmentName string, ...) (result AccessPolicyResource, err error) + func (client AccessPoliciesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client AccessPoliciesClient) UpdateResponder(resp *http.Response) (result AccessPolicyResource, err error) + func (client AccessPoliciesClient) UpdateSender(req *http.Request) (*http.Response, error) + type AccessPolicyCreateOrUpdateParameters struct + func (apcoup *AccessPolicyCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (apcoup AccessPolicyCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type AccessPolicyListResponse struct + Value *[]AccessPolicyResource + type AccessPolicyMutableProperties struct + Description *string + Roles *[]AccessPolicyRole + type AccessPolicyResource struct + ID *string + Name *string + Type *string + func (apr *AccessPolicyResource) UnmarshalJSON(body []byte) error + func (apr AccessPolicyResource) MarshalJSON() ([]byte, error) + type AccessPolicyResourceProperties struct + Description *string + PrincipalObjectID *string + Roles *[]AccessPolicyRole + type AccessPolicyRole string + const Contributor + const Reader + func PossibleAccessPolicyRoleValues() []AccessPolicyRole + type AccessPolicyUpdateParameters struct + func (apup *AccessPolicyUpdateParameters) UnmarshalJSON(body []byte) error + func (apup AccessPolicyUpdateParameters) MarshalJSON() ([]byte, error) + type AzureEventSourceProperties struct + CreationTime *date.Time + EventSourceResourceID *string + ProvisioningState ProvisioningState + TimestampPropertyName *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicEnvironmentCreateOrUpdateParameters interface + AsEnvironmentCreateOrUpdateParameters func() (*EnvironmentCreateOrUpdateParameters, bool) + AsLongTermEnvironmentCreateOrUpdateParameters func() (*LongTermEnvironmentCreateOrUpdateParameters, bool) + AsStandardEnvironmentCreateOrUpdateParameters func() (*StandardEnvironmentCreateOrUpdateParameters, bool) + type BasicEnvironmentResource interface + AsEnvironmentResource func() (*EnvironmentResource, bool) + AsLongTermEnvironmentResource func() (*LongTermEnvironmentResource, bool) + AsStandardEnvironmentResource func() (*StandardEnvironmentResource, bool) + type BasicEventSourceCreateOrUpdateParameters interface + AsEventHubEventSourceCreateOrUpdateParameters func() (*EventHubEventSourceCreateOrUpdateParameters, bool) + AsEventSourceCreateOrUpdateParameters func() (*EventSourceCreateOrUpdateParameters, bool) + AsIoTHubEventSourceCreateOrUpdateParameters func() (*IoTHubEventSourceCreateOrUpdateParameters, bool) + type BasicEventSourceResource interface + AsEventHubEventSourceResource func() (*EventHubEventSourceResource, bool) + AsEventSourceResource func() (*EventSourceResource, bool) + AsIoTHubEventSourceResource func() (*IoTHubEventSourceResource, bool) + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type CreateOrUpdateTrackedResourceProperties struct + Location *string + Tags map[string]*string + func (coutrp CreateOrUpdateTrackedResourceProperties) MarshalJSON() ([]byte, error) + type DataStringComparisonBehavior string + const Ordinal + const OrdinalIgnoreCase + func PossibleDataStringComparisonBehaviorValues() []DataStringComparisonBehavior + type EnvironmentCreateOrUpdateParameters struct + Kind Kind + Location *string + Sku *Sku + Tags map[string]*string + func (ecoup EnvironmentCreateOrUpdateParameters) AsBasicEnvironmentCreateOrUpdateParameters() (BasicEnvironmentCreateOrUpdateParameters, bool) + func (ecoup EnvironmentCreateOrUpdateParameters) AsEnvironmentCreateOrUpdateParameters() (*EnvironmentCreateOrUpdateParameters, bool) + func (ecoup EnvironmentCreateOrUpdateParameters) AsLongTermEnvironmentCreateOrUpdateParameters() (*LongTermEnvironmentCreateOrUpdateParameters, bool) + func (ecoup EnvironmentCreateOrUpdateParameters) AsStandardEnvironmentCreateOrUpdateParameters() (*StandardEnvironmentCreateOrUpdateParameters, bool) + func (ecoup EnvironmentCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type EnvironmentListResponse struct + Value *[]BasicEnvironmentResource + func (elr *EnvironmentListResponse) UnmarshalJSON(body []byte) error + type EnvironmentResource struct + ID *string + Kind KindBasicEnvironmentResource + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (er EnvironmentResource) AsBasicEnvironmentResource() (BasicEnvironmentResource, bool) + func (er EnvironmentResource) AsEnvironmentResource() (*EnvironmentResource, bool) + func (er EnvironmentResource) AsLongTermEnvironmentResource() (*LongTermEnvironmentResource, bool) + func (er EnvironmentResource) AsStandardEnvironmentResource() (*StandardEnvironmentResource, bool) + func (er EnvironmentResource) MarshalJSON() ([]byte, error) + type EnvironmentResourceModel struct + Value BasicEnvironmentResource + func (erm *EnvironmentResourceModel) UnmarshalJSON(body []byte) error + type EnvironmentResourceProperties struct + CreationTime *date.Time + DataAccessFqdn *string + DataAccessID *uuid.UUID + ProvisioningState ProvisioningState + Status *EnvironmentStatus + type EnvironmentStateDetails struct + Code *string + Message *string + type EnvironmentStatus struct + Ingress *IngressEnvironmentStatus + type EnvironmentUpdateParameters struct + Tags map[string]*string + func (eup EnvironmentUpdateParameters) MarshalJSON() ([]byte, error) + type EnvironmentsClient struct + func NewEnvironmentsClient(subscriptionID string) EnvironmentsClient + func NewEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) EnvironmentsClient + func (client EnvironmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (result EnvironmentsCreateOrUpdateFuture, err error) + func (client EnvironmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client EnvironmentsClient) CreateOrUpdateResponder(resp *http.Response) (result EnvironmentResourceModel, err error) + func (client EnvironmentsClient) CreateOrUpdateSender(req *http.Request) (future EnvironmentsCreateOrUpdateFuture, err error) + func (client EnvironmentsClient) Delete(ctx context.Context, resourceGroupName string, environmentName string) (result autorest.Response, err error) + func (client EnvironmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, environmentName string) (*http.Request, error) + func (client EnvironmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client EnvironmentsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client EnvironmentsClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (result EnvironmentResourceModel, err error) + func (client EnvironmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client EnvironmentsClient) GetResponder(resp *http.Response) (result EnvironmentResourceModel, err error) + func (client EnvironmentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client EnvironmentsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result EnvironmentListResponse, err error) + func (client EnvironmentsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client EnvironmentsClient) ListByResourceGroupResponder(resp *http.Response) (result EnvironmentListResponse, err error) + func (client EnvironmentsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client EnvironmentsClient) ListBySubscription(ctx context.Context) (result EnvironmentListResponse, err error) + func (client EnvironmentsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client EnvironmentsClient) ListBySubscriptionResponder(resp *http.Response) (result EnvironmentListResponse, err error) + func (client EnvironmentsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client EnvironmentsClient) Update(ctx context.Context, resourceGroupName string, environmentName string, ...) (result EnvironmentsUpdateFuture, err error) + func (client EnvironmentsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client EnvironmentsClient) UpdateResponder(resp *http.Response) (result EnvironmentResourceModel, err error) + func (client EnvironmentsClient) UpdateSender(req *http.Request) (future EnvironmentsUpdateFuture, err error) + type EnvironmentsCreateOrUpdateFuture struct + func (future *EnvironmentsCreateOrUpdateFuture) Result(client EnvironmentsClient) (erm EnvironmentResourceModel, err error) + type EnvironmentsUpdateFuture struct + func (future *EnvironmentsUpdateFuture) Result(client EnvironmentsClient) (erm EnvironmentResourceModel, err error) + type EventHubEventSourceCommonProperties struct + ConsumerGroupName *string + CreationTime *date.Time + EventHubName *string + EventSourceResourceID *string + KeyName *string + ProvisioningState ProvisioningState + ServiceBusNamespace *string + TimestampPropertyName *string + type EventHubEventSourceCreateOrUpdateParameters struct + Kind KindBasicEventSourceCreateOrUpdateParameters + Location *string + Tags map[string]*string + func (ehescoup *EventHubEventSourceCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ehescoup EventHubEventSourceCreateOrUpdateParameters) AsBasicEventSourceCreateOrUpdateParameters() (BasicEventSourceCreateOrUpdateParameters, bool) + func (ehescoup EventHubEventSourceCreateOrUpdateParameters) AsEventHubEventSourceCreateOrUpdateParameters() (*EventHubEventSourceCreateOrUpdateParameters, bool) + func (ehescoup EventHubEventSourceCreateOrUpdateParameters) AsEventSourceCreateOrUpdateParameters() (*EventSourceCreateOrUpdateParameters, bool) + func (ehescoup EventHubEventSourceCreateOrUpdateParameters) AsIoTHubEventSourceCreateOrUpdateParameters() (*IoTHubEventSourceCreateOrUpdateParameters, bool) + func (ehescoup EventHubEventSourceCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type EventHubEventSourceCreationProperties struct + ConsumerGroupName *string + CreationTime *date.Time + EventHubName *string + EventSourceResourceID *string + KeyName *string + ProvisioningState ProvisioningState + ServiceBusNamespace *string + SharedAccessKey *string + TimestampPropertyName *string + type EventHubEventSourceMutableProperties struct + LocalTimestamp *LocalTimestamp + SharedAccessKey *string + TimestampPropertyName *string + type EventHubEventSourceResource struct + ID *string + Kind KindBasicEventSourceResource + Location *string + Name *string + Tags map[string]*string + Type *string + func (ehesr *EventHubEventSourceResource) UnmarshalJSON(body []byte) error + func (ehesr EventHubEventSourceResource) AsBasicEventSourceResource() (BasicEventSourceResource, bool) + func (ehesr EventHubEventSourceResource) AsEventHubEventSourceResource() (*EventHubEventSourceResource, bool) + func (ehesr EventHubEventSourceResource) AsEventSourceResource() (*EventSourceResource, bool) + func (ehesr EventHubEventSourceResource) AsIoTHubEventSourceResource() (*IoTHubEventSourceResource, bool) + func (ehesr EventHubEventSourceResource) MarshalJSON() ([]byte, error) + type EventHubEventSourceResourceProperties struct + ConsumerGroupName *string + CreationTime *date.Time + EventHubName *string + EventSourceResourceID *string + KeyName *string + ProvisioningState ProvisioningState + ServiceBusNamespace *string + TimestampPropertyName *string + type EventHubEventSourceUpdateParameters struct + Tags map[string]*string + func (ehesup *EventHubEventSourceUpdateParameters) UnmarshalJSON(body []byte) error + func (ehesup EventHubEventSourceUpdateParameters) MarshalJSON() ([]byte, error) + type EventSourceCommonProperties struct + CreationTime *date.Time + ProvisioningState ProvisioningState + TimestampPropertyName *string + type EventSourceCreateOrUpdateParameters struct + Kind KindBasicEventSourceCreateOrUpdateParameters + Location *string + Tags map[string]*string + func (escoup EventSourceCreateOrUpdateParameters) AsBasicEventSourceCreateOrUpdateParameters() (BasicEventSourceCreateOrUpdateParameters, bool) + func (escoup EventSourceCreateOrUpdateParameters) AsEventHubEventSourceCreateOrUpdateParameters() (*EventHubEventSourceCreateOrUpdateParameters, bool) + func (escoup EventSourceCreateOrUpdateParameters) AsEventSourceCreateOrUpdateParameters() (*EventSourceCreateOrUpdateParameters, bool) + func (escoup EventSourceCreateOrUpdateParameters) AsIoTHubEventSourceCreateOrUpdateParameters() (*IoTHubEventSourceCreateOrUpdateParameters, bool) + func (escoup EventSourceCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type EventSourceListResponse struct + Value *[]BasicEventSourceResource + func (eslr *EventSourceListResponse) UnmarshalJSON(body []byte) error + type EventSourceMutableProperties struct + LocalTimestamp *LocalTimestamp + TimestampPropertyName *string + type EventSourceResource struct + ID *string + Kind KindBasicEventSourceResource + Location *string + Name *string + Tags map[string]*string + Type *string + func (esr EventSourceResource) AsBasicEventSourceResource() (BasicEventSourceResource, bool) + func (esr EventSourceResource) AsEventHubEventSourceResource() (*EventHubEventSourceResource, bool) + func (esr EventSourceResource) AsEventSourceResource() (*EventSourceResource, bool) + func (esr EventSourceResource) AsIoTHubEventSourceResource() (*IoTHubEventSourceResource, bool) + func (esr EventSourceResource) MarshalJSON() ([]byte, error) + type EventSourceResourceModel struct + Value BasicEventSourceResource + func (esrm *EventSourceResourceModel) UnmarshalJSON(body []byte) error + type EventSourceUpdateParameters struct + Tags map[string]*string + func (esup EventSourceUpdateParameters) MarshalJSON() ([]byte, error) + type EventSourcesClient struct + func NewEventSourcesClient(subscriptionID string) EventSourcesClient + func NewEventSourcesClientWithBaseURI(baseURI string, subscriptionID string) EventSourcesClient + func (client EventSourcesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (result EventSourceResourceModel, err error) + func (client EventSourcesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client EventSourcesClient) CreateOrUpdateResponder(resp *http.Response) (result EventSourceResourceModel, err error) + func (client EventSourcesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client EventSourcesClient) Delete(ctx context.Context, resourceGroupName string, environmentName string, ...) (result autorest.Response, err error) + func (client EventSourcesClient) DeletePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client EventSourcesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client EventSourcesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client EventSourcesClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (result EventSourceResourceModel, err error) + func (client EventSourcesClient) GetPreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client EventSourcesClient) GetResponder(resp *http.Response) (result EventSourceResourceModel, err error) + func (client EventSourcesClient) GetSender(req *http.Request) (*http.Response, error) + func (client EventSourcesClient) ListByEnvironment(ctx context.Context, resourceGroupName string, environmentName string) (result EventSourceListResponse, err error) + func (client EventSourcesClient) ListByEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string) (*http.Request, error) + func (client EventSourcesClient) ListByEnvironmentResponder(resp *http.Response) (result EventSourceListResponse, err error) + func (client EventSourcesClient) ListByEnvironmentSender(req *http.Request) (*http.Response, error) + func (client EventSourcesClient) Update(ctx context.Context, resourceGroupName string, environmentName string, ...) (result EventSourceResourceModel, err error) + func (client EventSourcesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client EventSourcesClient) UpdateResponder(resp *http.Response) (result EventSourceResourceModel, err error) + func (client EventSourcesClient) UpdateSender(req *http.Request) (*http.Response, error) + type IngressEnvironmentStatus struct + State IngressState + StateDetails *EnvironmentStateDetails + type IngressState string + const Disabled + const Paused + const Ready + const Running + const Unknown + func PossibleIngressStateValues() []IngressState + type IoTHubEventSourceCommonProperties struct + ConsumerGroupName *string + CreationTime *date.Time + EventSourceResourceID *string + IotHubName *string + KeyName *string + ProvisioningState ProvisioningState + TimestampPropertyName *string + type IoTHubEventSourceCreateOrUpdateParameters struct + Kind KindBasicEventSourceCreateOrUpdateParameters + Location *string + Tags map[string]*string + func (ithescoup *IoTHubEventSourceCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ithescoup IoTHubEventSourceCreateOrUpdateParameters) AsBasicEventSourceCreateOrUpdateParameters() (BasicEventSourceCreateOrUpdateParameters, bool) + func (ithescoup IoTHubEventSourceCreateOrUpdateParameters) AsEventHubEventSourceCreateOrUpdateParameters() (*EventHubEventSourceCreateOrUpdateParameters, bool) + func (ithescoup IoTHubEventSourceCreateOrUpdateParameters) AsEventSourceCreateOrUpdateParameters() (*EventSourceCreateOrUpdateParameters, bool) + func (ithescoup IoTHubEventSourceCreateOrUpdateParameters) AsIoTHubEventSourceCreateOrUpdateParameters() (*IoTHubEventSourceCreateOrUpdateParameters, bool) + func (ithescoup IoTHubEventSourceCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type IoTHubEventSourceCreationProperties struct + ConsumerGroupName *string + CreationTime *date.Time + EventSourceResourceID *string + IotHubName *string + KeyName *string + ProvisioningState ProvisioningState + SharedAccessKey *string + TimestampPropertyName *string + type IoTHubEventSourceMutableProperties struct + LocalTimestamp *LocalTimestamp + SharedAccessKey *string + TimestampPropertyName *string + type IoTHubEventSourceResource struct + ID *string + Kind KindBasicEventSourceResource + Location *string + Name *string + Tags map[string]*string + Type *string + func (ithesr *IoTHubEventSourceResource) UnmarshalJSON(body []byte) error + func (ithesr IoTHubEventSourceResource) AsBasicEventSourceResource() (BasicEventSourceResource, bool) + func (ithesr IoTHubEventSourceResource) AsEventHubEventSourceResource() (*EventHubEventSourceResource, bool) + func (ithesr IoTHubEventSourceResource) AsEventSourceResource() (*EventSourceResource, bool) + func (ithesr IoTHubEventSourceResource) AsIoTHubEventSourceResource() (*IoTHubEventSourceResource, bool) + func (ithesr IoTHubEventSourceResource) MarshalJSON() ([]byte, error) + type IoTHubEventSourceResourceProperties struct + ConsumerGroupName *string + CreationTime *date.Time + EventSourceResourceID *string + IotHubName *string + KeyName *string + ProvisioningState ProvisioningState + TimestampPropertyName *string + type IoTHubEventSourceUpdateParameters struct + Tags map[string]*string + func (ithesup *IoTHubEventSourceUpdateParameters) UnmarshalJSON(body []byte) error + func (ithesup IoTHubEventSourceUpdateParameters) MarshalJSON() ([]byte, error) + type Kind string + const KindEnvironmentCreateOrUpdateParameters + const KindLongTerm + const KindStandard + func PossibleKindValues() []Kind + type KindBasicEnvironmentResource string + const KindBasicEnvironmentResourceKindEnvironmentResource + const KindBasicEnvironmentResourceKindLongTerm + const KindBasicEnvironmentResourceKindStandard + func PossibleKindBasicEnvironmentResourceValues() []KindBasicEnvironmentResource + type KindBasicEventSourceCreateOrUpdateParameters string + const KindEventSourceCreateOrUpdateParameters + const KindMicrosoftEventHub + const KindMicrosoftIoTHub + func PossibleKindBasicEventSourceCreateOrUpdateParametersValues() []KindBasicEventSourceCreateOrUpdateParameters + type KindBasicEventSourceResource string + const KindBasicEventSourceResourceKindEventSourceResource + const KindBasicEventSourceResourceKindMicrosoftEventHub + const KindBasicEventSourceResourceKindMicrosoftIotHub + func PossibleKindBasicEventSourceResourceValues() []KindBasicEventSourceResource + type LocalTimestamp struct + Format LocalTimestampFormat + TimeZoneOffset *LocalTimestampTimeZoneOffset + type LocalTimestampFormat string + const Embedded + const Iana + const TimeSpan + func PossibleLocalTimestampFormatValues() []LocalTimestampFormat + type LocalTimestampTimeZoneOffset struct + PropertyName *string + type LongTermEnvironmentCreateOrUpdateParameters struct + Kind Kind + Location *string + Sku *Sku + Tags map[string]*string + func (ltecoup *LongTermEnvironmentCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ltecoup LongTermEnvironmentCreateOrUpdateParameters) AsBasicEnvironmentCreateOrUpdateParameters() (BasicEnvironmentCreateOrUpdateParameters, bool) + func (ltecoup LongTermEnvironmentCreateOrUpdateParameters) AsEnvironmentCreateOrUpdateParameters() (*EnvironmentCreateOrUpdateParameters, bool) + func (ltecoup LongTermEnvironmentCreateOrUpdateParameters) AsLongTermEnvironmentCreateOrUpdateParameters() (*LongTermEnvironmentCreateOrUpdateParameters, bool) + func (ltecoup LongTermEnvironmentCreateOrUpdateParameters) AsStandardEnvironmentCreateOrUpdateParameters() (*StandardEnvironmentCreateOrUpdateParameters, bool) + func (ltecoup LongTermEnvironmentCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type LongTermEnvironmentCreationProperties struct + StorageConfiguration *LongTermStorageConfigurationInput + TimeSeriesIDProperties *[]TimeSeriesIDProperty + type LongTermEnvironmentMutableProperties struct + StorageConfiguration *LongTermStorageConfigurationMutableProperties + TimeSeriesIDProperties *[]TimeSeriesIDProperty + type LongTermEnvironmentResource struct + ID *string + Kind KindBasicEnvironmentResource + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (lter *LongTermEnvironmentResource) UnmarshalJSON(body []byte) error + func (lter LongTermEnvironmentResource) AsBasicEnvironmentResource() (BasicEnvironmentResource, bool) + func (lter LongTermEnvironmentResource) AsEnvironmentResource() (*EnvironmentResource, bool) + func (lter LongTermEnvironmentResource) AsLongTermEnvironmentResource() (*LongTermEnvironmentResource, bool) + func (lter LongTermEnvironmentResource) AsStandardEnvironmentResource() (*StandardEnvironmentResource, bool) + func (lter LongTermEnvironmentResource) MarshalJSON() ([]byte, error) + type LongTermEnvironmentResourceProperties struct + CreationTime *date.Time + DataAccessFqdn *string + DataAccessID *uuid.UUID + ProvisioningState ProvisioningState + Status *EnvironmentStatus + StorageConfiguration *LongTermStorageConfigurationOutput + TimeSeriesIDProperties *[]TimeSeriesIDProperty + type LongTermEnvironmentUpdateParameters struct + Tags map[string]*string + func (lteup *LongTermEnvironmentUpdateParameters) UnmarshalJSON(body []byte) error + func (lteup LongTermEnvironmentUpdateParameters) MarshalJSON() ([]byte, error) + type LongTermStorageConfigurationInput struct + AccountName *string + ManagementKey *string + type LongTermStorageConfigurationMutableProperties struct + ManagementKey *string + type LongTermStorageConfigurationOutput struct + AccountName *string + type Operation struct + Display *OperationDisplay + Name *string + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PropertyType string + const String + func PossiblePropertyTypeValues() []PropertyType + type ProvisioningState string + const Accepted + const Creating + const Deleting + const Failed + const Succeeded + const Updating + func PossibleProvisioningStateValues() []ProvisioningState + type ReferenceDataKeyPropertyType string + const ReferenceDataKeyPropertyTypeBool + const ReferenceDataKeyPropertyTypeDateTime + const ReferenceDataKeyPropertyTypeDouble + const ReferenceDataKeyPropertyTypeString + func PossibleReferenceDataKeyPropertyTypeValues() []ReferenceDataKeyPropertyType + type ReferenceDataSetCreateOrUpdateParameters struct + Location *string + Tags map[string]*string + func (rdscoup *ReferenceDataSetCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (rdscoup ReferenceDataSetCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type ReferenceDataSetCreationProperties struct + DataStringComparisonBehavior DataStringComparisonBehavior + KeyProperties *[]ReferenceDataSetKeyProperty + type ReferenceDataSetKeyProperty struct + Name *string + Type ReferenceDataKeyPropertyType + type ReferenceDataSetListResponse struct + Value *[]ReferenceDataSetResource + type ReferenceDataSetResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (rdsr *ReferenceDataSetResource) UnmarshalJSON(body []byte) error + func (rdsr ReferenceDataSetResource) MarshalJSON() ([]byte, error) + type ReferenceDataSetResourceProperties struct + CreationTime *date.Time + DataStringComparisonBehavior DataStringComparisonBehavior + KeyProperties *[]ReferenceDataSetKeyProperty + ProvisioningState ProvisioningState + type ReferenceDataSetUpdateParameters struct + Tags map[string]*string + func (rdsup ReferenceDataSetUpdateParameters) MarshalJSON() ([]byte, error) + type ReferenceDataSetsClient struct + func NewReferenceDataSetsClient(subscriptionID string) ReferenceDataSetsClient + func NewReferenceDataSetsClientWithBaseURI(baseURI string, subscriptionID string) ReferenceDataSetsClient + func (client ReferenceDataSetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (result ReferenceDataSetResource, err error) + func (client ReferenceDataSetsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client ReferenceDataSetsClient) CreateOrUpdateResponder(resp *http.Response) (result ReferenceDataSetResource, err error) + func (client ReferenceDataSetsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ReferenceDataSetsClient) Delete(ctx context.Context, resourceGroupName string, environmentName string, ...) (result autorest.Response, err error) + func (client ReferenceDataSetsClient) DeletePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client ReferenceDataSetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ReferenceDataSetsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ReferenceDataSetsClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (result ReferenceDataSetResource, err error) + func (client ReferenceDataSetsClient) GetPreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client ReferenceDataSetsClient) GetResponder(resp *http.Response) (result ReferenceDataSetResource, err error) + func (client ReferenceDataSetsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ReferenceDataSetsClient) ListByEnvironment(ctx context.Context, resourceGroupName string, environmentName string) (result ReferenceDataSetListResponse, err error) + func (client ReferenceDataSetsClient) ListByEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string) (*http.Request, error) + func (client ReferenceDataSetsClient) ListByEnvironmentResponder(resp *http.Response) (result ReferenceDataSetListResponse, err error) + func (client ReferenceDataSetsClient) ListByEnvironmentSender(req *http.Request) (*http.Response, error) + func (client ReferenceDataSetsClient) Update(ctx context.Context, resourceGroupName string, environmentName string, ...) (result ReferenceDataSetResource, err error) + func (client ReferenceDataSetsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client ReferenceDataSetsClient) UpdateResponder(resp *http.Response) (result ReferenceDataSetResource, err error) + func (client ReferenceDataSetsClient) UpdateSender(req *http.Request) (*http.Response, error) + type Resource struct + ID *string + Name *string + Type *string + type ResourceProperties struct + CreationTime *date.Time + ProvisioningState ProvisioningState + type Sku struct + Capacity *int32 + Name SkuName + type SkuName string + const L1 + const S1 + const S2 + func PossibleSkuNameValues() []SkuName + type StandardEnvironmentCreateOrUpdateParameters struct + Kind Kind + Location *string + Sku *Sku + Tags map[string]*string + func (secoup *StandardEnvironmentCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (secoup StandardEnvironmentCreateOrUpdateParameters) AsBasicEnvironmentCreateOrUpdateParameters() (BasicEnvironmentCreateOrUpdateParameters, bool) + func (secoup StandardEnvironmentCreateOrUpdateParameters) AsEnvironmentCreateOrUpdateParameters() (*EnvironmentCreateOrUpdateParameters, bool) + func (secoup StandardEnvironmentCreateOrUpdateParameters) AsLongTermEnvironmentCreateOrUpdateParameters() (*LongTermEnvironmentCreateOrUpdateParameters, bool) + func (secoup StandardEnvironmentCreateOrUpdateParameters) AsStandardEnvironmentCreateOrUpdateParameters() (*StandardEnvironmentCreateOrUpdateParameters, bool) + func (secoup StandardEnvironmentCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type StandardEnvironmentCreationProperties struct + DataRetentionTime *string + PartitionKeyProperties *[]TimeSeriesIDProperty + StorageLimitExceededBehavior StorageLimitExceededBehavior + type StandardEnvironmentMutableProperties struct + DataRetentionTime *string + PartitionKeyProperties *[]TimeSeriesIDProperty + StorageLimitExceededBehavior StorageLimitExceededBehavior + type StandardEnvironmentResource struct + ID *string + Kind KindBasicEnvironmentResource + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (ser *StandardEnvironmentResource) UnmarshalJSON(body []byte) error + func (ser StandardEnvironmentResource) AsBasicEnvironmentResource() (BasicEnvironmentResource, bool) + func (ser StandardEnvironmentResource) AsEnvironmentResource() (*EnvironmentResource, bool) + func (ser StandardEnvironmentResource) AsLongTermEnvironmentResource() (*LongTermEnvironmentResource, bool) + func (ser StandardEnvironmentResource) AsStandardEnvironmentResource() (*StandardEnvironmentResource, bool) + func (ser StandardEnvironmentResource) MarshalJSON() ([]byte, error) + type StandardEnvironmentResourceProperties struct + CreationTime *date.Time + DataAccessFqdn *string + DataAccessID *uuid.UUID + DataRetentionTime *string + PartitionKeyProperties *[]TimeSeriesIDProperty + ProvisioningState ProvisioningState + Status *EnvironmentStatus + StorageLimitExceededBehavior StorageLimitExceededBehavior + type StandardEnvironmentUpdateParameters struct + Sku *Sku + Tags map[string]*string + func (seup *StandardEnvironmentUpdateParameters) UnmarshalJSON(body []byte) error + func (seup StandardEnvironmentUpdateParameters) MarshalJSON() ([]byte, error) + type StorageLimitExceededBehavior string + const PauseIngress + const PurgeOldData + func PossibleStorageLimitExceededBehaviorValues() []StorageLimitExceededBehavior + type TimeSeriesIDProperty struct + Name *string + Type PropertyType + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48