github Azure/azure-sdk-for-go sdk/resourcemanager/resources/armmanagedapplications/v0.2.0

0.2.0 (2022-01-13)

Breaking Changes

  • Function *ApplicationDefinitionsClient.GetByID parameter(s) have been changed from (context.Context, string, string, *ApplicationDefinitionsGetByIDOptions) to (context.Context, string, string, *ApplicationDefinitionsClientGetByIDOptions)
  • Function *ApplicationDefinitionsClient.GetByID return value(s) have been changed from (ApplicationDefinitionsGetByIDResponse, error) to (ApplicationDefinitionsClientGetByIDResponse, error)
  • Function *ApplicationsClient.BeginCreateOrUpdate parameter(s) have been changed from (context.Context, string, string, Application, *ApplicationsBeginCreateOrUpdateOptions) to (context.Context, string, string, Application, *ApplicationsClientBeginCreateOrUpdateOptions)
  • Function *ApplicationsClient.BeginCreateOrUpdate return value(s) have been changed from (ApplicationsCreateOrUpdatePollerResponse, error) to (ApplicationsClientCreateOrUpdatePollerResponse, error)
  • Function *ApplicationDefinitionsClient.BeginCreateOrUpdateByID parameter(s) have been changed from (context.Context, string, string, ApplicationDefinition, *ApplicationDefinitionsBeginCreateOrUpdateByIDOptions) to (context.Context, string, string, ApplicationDefinition, *ApplicationDefinitionsClientBeginCreateOrUpdateByIDOptions)
  • Function *ApplicationDefinitionsClient.BeginCreateOrUpdateByID return value(s) have been changed from (ApplicationDefinitionsCreateOrUpdateByIDPollerResponse, error) to (ApplicationDefinitionsClientCreateOrUpdateByIDPollerResponse, error)
  • Function *ApplicationsClient.Update parameter(s) have been changed from (context.Context, string, string, *ApplicationsUpdateOptions) to (context.Context, string, string, *ApplicationsClientUpdateOptions)
  • Function *ApplicationsClient.Update return value(s) have been changed from (ApplicationsUpdateResponse, error) to (ApplicationsClientUpdateResponse, error)
  • Function *ApplicationsClient.ListByResourceGroup parameter(s) have been changed from (string, *ApplicationsListByResourceGroupOptions) to (string, *ApplicationsClientListByResourceGroupOptions)
  • Function *ApplicationsClient.ListByResourceGroup return value(s) have been changed from (*ApplicationsListByResourceGroupPager) to (*ApplicationsClientListByResourceGroupPager)
  • Function *ApplicationsClient.BeginCreateOrUpdateByID parameter(s) have been changed from (context.Context, string, Application, *ApplicationsBeginCreateOrUpdateByIDOptions) to (context.Context, string, Application, *ApplicationsClientBeginCreateOrUpdateByIDOptions)
  • Function *ApplicationsClient.BeginCreateOrUpdateByID return value(s) have been changed from (ApplicationsCreateOrUpdateByIDPollerResponse, error) to (ApplicationsClientCreateOrUpdateByIDPollerResponse, error)
  • Function *ApplicationDefinitionsClient.BeginCreateOrUpdate parameter(s) have been changed from (context.Context, string, string, ApplicationDefinition, *ApplicationDefinitionsBeginCreateOrUpdateOptions) to (context.Context, string, string, ApplicationDefinition, *ApplicationDefinitionsClientBeginCreateOrUpdateOptions)
  • Function *ApplicationDefinitionsClient.BeginCreateOrUpdate return value(s) have been changed from (ApplicationDefinitionsCreateOrUpdatePollerResponse, error) to (ApplicationDefinitionsClientCreateOrUpdatePollerResponse, error)
  • Function *ApplicationDefinitionsClient.ListByResourceGroup parameter(s) have been changed from (string, *ApplicationDefinitionsListByResourceGroupOptions) to (string, *ApplicationDefinitionsClientListByResourceGroupOptions)
  • Function *ApplicationDefinitionsClient.ListByResourceGroup return value(s) have been changed from (*ApplicationDefinitionsListByResourceGroupPager) to (*ApplicationDefinitionsClientListByResourceGroupPager)
  • Function *ApplicationDefinitionsClient.Get parameter(s) have been changed from (context.Context, string, string, *ApplicationDefinitionsGetOptions) to (context.Context, string, string, *ApplicationDefinitionsClientGetOptions)
  • Function *ApplicationDefinitionsClient.Get return value(s) have been changed from (ApplicationDefinitionsGetResponse, error) to (ApplicationDefinitionsClientGetResponse, error)
  • Function *ApplicationsClient.Get parameter(s) have been changed from (context.Context, string, string, *ApplicationsGetOptions) to (context.Context, string, string, *ApplicationsClientGetOptions)
  • Function *ApplicationsClient.Get return value(s) have been changed from (ApplicationsGetResponse, error) to (ApplicationsClientGetResponse, error)
  • Function *ApplicationDefinitionsClient.BeginDeleteByID parameter(s) have been changed from (context.Context, string, string, *ApplicationDefinitionsBeginDeleteByIDOptions) to (context.Context, string, string, *ApplicationDefinitionsClientBeginDeleteByIDOptions)
  • Function *ApplicationDefinitionsClient.BeginDeleteByID return value(s) have been changed from (ApplicationDefinitionsDeleteByIDPollerResponse, error) to (ApplicationDefinitionsClientDeleteByIDPollerResponse, error)
  • Function *ApplicationsClient.BeginDeleteByID parameter(s) have been changed from (context.Context, string, *ApplicationsBeginDeleteByIDOptions) to (context.Context, string, *ApplicationsClientBeginDeleteByIDOptions)
  • Function *ApplicationsClient.BeginDeleteByID return value(s) have been changed from (ApplicationsDeleteByIDPollerResponse, error) to (ApplicationsClientDeleteByIDPollerResponse, error)
  • Function *ApplicationsClient.GetByID parameter(s) have been changed from (context.Context, string, *ApplicationsGetByIDOptions) to (context.Context, string, *ApplicationsClientGetByIDOptions)
  • Function *ApplicationsClient.GetByID return value(s) have been changed from (ApplicationsGetByIDResponse, error) to (ApplicationsClientGetByIDResponse, error)
  • Function *ApplicationsClient.ListBySubscription parameter(s) have been changed from (*ApplicationsListBySubscriptionOptions) to (*ApplicationsClientListBySubscriptionOptions)
  • Function *ApplicationsClient.ListBySubscription return value(s) have been changed from (*ApplicationsListBySubscriptionPager) to (*ApplicationsClientListBySubscriptionPager)
  • Function *ApplicationsClient.BeginDelete parameter(s) have been changed from (context.Context, string, string, *ApplicationsBeginDeleteOptions) to (context.Context, string, string, *ApplicationsClientBeginDeleteOptions)
  • Function *ApplicationsClient.BeginDelete return value(s) have been changed from (ApplicationsDeletePollerResponse, error) to (ApplicationsClientDeletePollerResponse, error)
  • Function *ApplicationsClient.UpdateByID parameter(s) have been changed from (context.Context, string, *ApplicationsUpdateByIDOptions) to (context.Context, string, *ApplicationsClientUpdateByIDOptions)
  • Function *ApplicationsClient.UpdateByID return value(s) have been changed from (ApplicationsUpdateByIDResponse, error) to (ApplicationsClientUpdateByIDResponse, error)
  • Function *ApplicationDefinitionsClient.BeginDelete parameter(s) have been changed from (context.Context, string, string, *ApplicationDefinitionsBeginDeleteOptions) to (context.Context, string, string, *ApplicationDefinitionsClientBeginDeleteOptions)
  • Function *ApplicationDefinitionsClient.BeginDelete return value(s) have been changed from (ApplicationDefinitionsDeletePollerResponse, error) to (ApplicationDefinitionsClientDeletePollerResponse, error)
  • Function *ApplicationsListBySubscriptionPager.PageResponse has been removed
  • Function *ApplicationsCreateOrUpdateByIDPollerResponse.Resume has been removed
  • Function *ApplicationDefinitionsListByResourceGroupPager.NextPage has been removed
  • Function *ApplicationDefinitionsCreateOrUpdatePollerResponse.Resume has been removed
  • Function *ApplicationsDeletePoller.FinalResponse has been removed
  • Function *ApplicationsCreateOrUpdateByIDPoller.ResumeToken has been removed
  • Function *ApplicationDefinitionsCreateOrUpdatePoller.FinalResponse has been removed
  • Function *ApplicationsDeletePoller.ResumeToken has been removed
  • Function ApplicationsDeletePollerResponse.PollUntilDone has been removed
  • Function *ApplicationsCreateOrUpdateByIDPoller.Poll has been removed
  • Function *ApplicationDefinitionsDeletePoller.ResumeToken has been removed
  • Function *ApplicationDefinitionsCreateOrUpdateByIDPoller.Done has been removed
  • Function *ApplicationsDeletePoller.Poll has been removed
  • Function *ApplicationDefinitionsDeletePollerResponse.Resume has been removed
  • Function *ApplicationsCreateOrUpdatePoller.Done has been removed
  • Function *ApplicationsCreateOrUpdatePoller.ResumeToken has been removed
  • Function *ApplicationsCreateOrUpdatePoller.Poll has been removed
  • Function ErrorResponse.Error has been removed
  • Function *ApplicationsCreateOrUpdatePollerResponse.Resume has been removed
  • Function *ApplicationDefinitionsCreateOrUpdatePoller.Done has been removed
  • Function *ApplicationsDeleteByIDPollerResponse.Resume has been removed
  • Function ApplicationDefinitionsDeletePollerResponse.PollUntilDone has been removed
  • Function ApplicationsCreateOrUpdatePollerResponse.PollUntilDone has been removed
  • Function *ApplicationDefinitionsDeleteByIDPoller.Done has been removed
  • Function *ApplicationsDeleteByIDPoller.ResumeToken has been removed
  • Function *ApplicationsDeleteByIDPoller.Done has been removed
  • Function *ApplicationDefinitionsCreateOrUpdatePoller.Poll has been removed
  • Function *ApplicationDefinitionsDeletePoller.Done has been removed
  • Function *ApplicationsListBySubscriptionPager.NextPage has been removed
  • Function *ApplicationDefinitionsDeleteByIDPoller.FinalResponse has been removed
  • Function ApplicationDefinitionsCreateOrUpdatePollerResponse.PollUntilDone has been removed
  • Function *ApplicationDefinitionsListByResourceGroupPager.PageResponse has been removed
  • Function *ApplicationsListByResourceGroupPager.NextPage has been removed
  • Function *ApplicationsDeletePollerResponse.Resume has been removed
  • Function *ApplicationsCreateOrUpdatePoller.FinalResponse has been removed
  • Function ApplicationsDeleteByIDPollerResponse.PollUntilDone has been removed
  • Function *ApplicationsCreateOrUpdateByIDPoller.FinalResponse has been removed
  • Function *ApplicationDefinitionsCreateOrUpdateByIDPollerResponse.Resume has been removed
  • Function ApplicationDefinitionsCreateOrUpdateByIDPollerResponse.PollUntilDone has been removed
  • Function *ApplicationDefinitionsCreateOrUpdateByIDPoller.FinalResponse has been removed
  • Function ApplicationsCreateOrUpdateByIDPollerResponse.PollUntilDone has been removed
  • Function *ApplicationsDeletePoller.Done has been removed
  • Function *ApplicationDefinitionsDeletePoller.Poll has been removed
  • Function *ApplicationsListByResourceGroupPager.Err has been removed
  • Function *ApplicationDefinitionsDeletePoller.FinalResponse has been removed
  • Function *ApplicationDefinitionsDeleteByIDPollerResponse.Resume has been removed
  • Function *ApplicationDefinitionsListByResourceGroupPager.Err has been removed
  • Function *ApplicationsListByResourceGroupPager.PageResponse has been removed
  • Function *ApplicationDefinitionsCreateOrUpdateByIDPoller.Poll has been removed
  • Function *ApplicationDefinitionsCreateOrUpdateByIDPoller.ResumeToken has been removed
  • Function *ApplicationsCreateOrUpdateByIDPoller.Done has been removed
  • Function ApplicationDefinitionsDeleteByIDPollerResponse.PollUntilDone has been removed
  • Function *ApplicationsDeleteByIDPoller.Poll has been removed
  • Function *ApplicationsDeleteByIDPoller.FinalResponse has been removed
  • Function *ApplicationDefinitionsDeleteByIDPoller.ResumeToken has been removed
  • Function *ApplicationDefinitionsDeleteByIDPoller.Poll has been removed
  • Function *ApplicationDefinitionsCreateOrUpdatePoller.ResumeToken has been removed
  • Function *ApplicationsListBySubscriptionPager.Err has been removed
  • Struct ApplicationDefinitionsBeginCreateOrUpdateByIDOptions has been removed
  • Struct ApplicationDefinitionsBeginCreateOrUpdateOptions has been removed
  • Struct ApplicationDefinitionsBeginDeleteByIDOptions has been removed
  • Struct ApplicationDefinitionsBeginDeleteOptions has been removed
  • Struct ApplicationDefinitionsCreateOrUpdateByIDPoller has been removed
  • Struct ApplicationDefinitionsCreateOrUpdateByIDPollerResponse has been removed
  • Struct ApplicationDefinitionsCreateOrUpdateByIDResponse has been removed
  • Struct ApplicationDefinitionsCreateOrUpdateByIDResult has been removed
  • Struct ApplicationDefinitionsCreateOrUpdatePoller has been removed
  • Struct ApplicationDefinitionsCreateOrUpdatePollerResponse has been removed
  • Struct ApplicationDefinitionsCreateOrUpdateResponse has been removed
  • Struct ApplicationDefinitionsCreateOrUpdateResult has been removed
  • Struct ApplicationDefinitionsDeleteByIDPoller has been removed
  • Struct ApplicationDefinitionsDeleteByIDPollerResponse has been removed
  • Struct ApplicationDefinitionsDeleteByIDResponse has been removed
  • Struct ApplicationDefinitionsDeletePoller has been removed
  • Struct ApplicationDefinitionsDeletePollerResponse has been removed
  • Struct ApplicationDefinitionsDeleteResponse has been removed
  • Struct ApplicationDefinitionsGetByIDOptions has been removed
  • Struct ApplicationDefinitionsGetByIDResponse has been removed
  • Struct ApplicationDefinitionsGetByIDResult has been removed
  • Struct ApplicationDefinitionsGetOptions has been removed
  • Struct ApplicationDefinitionsGetResponse has been removed
  • Struct ApplicationDefinitionsGetResult has been removed
  • Struct ApplicationDefinitionsListByResourceGroupOptions has been removed
  • Struct ApplicationDefinitionsListByResourceGroupPager has been removed
  • Struct ApplicationDefinitionsListByResourceGroupResponse has been removed
  • Struct ApplicationDefinitionsListByResourceGroupResult has been removed
  • Struct ApplicationsBeginCreateOrUpdateByIDOptions has been removed
  • Struct ApplicationsBeginCreateOrUpdateOptions has been removed
  • Struct ApplicationsBeginDeleteByIDOptions has been removed
  • Struct ApplicationsBeginDeleteOptions has been removed
  • Struct ApplicationsCreateOrUpdateByIDPoller has been removed
  • Struct ApplicationsCreateOrUpdateByIDPollerResponse has been removed
  • Struct ApplicationsCreateOrUpdateByIDResponse has been removed
  • Struct ApplicationsCreateOrUpdateByIDResult has been removed
  • Struct ApplicationsCreateOrUpdatePoller has been removed
  • Struct ApplicationsCreateOrUpdatePollerResponse has been removed
  • Struct ApplicationsCreateOrUpdateResponse has been removed
  • Struct ApplicationsCreateOrUpdateResult has been removed
  • Struct ApplicationsDeleteByIDPoller has been removed
  • Struct ApplicationsDeleteByIDPollerResponse has been removed
  • Struct ApplicationsDeleteByIDResponse has been removed
  • Struct ApplicationsDeletePoller has been removed
  • Struct ApplicationsDeletePollerResponse has been removed
  • Struct ApplicationsDeleteResponse has been removed
  • Struct ApplicationsGetByIDOptions has been removed
  • Struct ApplicationsGetByIDResponse has been removed
  • Struct ApplicationsGetByIDResult has been removed
  • Struct ApplicationsGetOptions has been removed
  • Struct ApplicationsGetResponse has been removed
  • Struct ApplicationsGetResult has been removed
  • Struct ApplicationsListByResourceGroupOptions has been removed
  • Struct ApplicationsListByResourceGroupPager has been removed
  • Struct ApplicationsListByResourceGroupResponse has been removed
  • Struct ApplicationsListByResourceGroupResult has been removed
  • Struct ApplicationsListBySubscriptionOptions has been removed
  • Struct ApplicationsListBySubscriptionPager has been removed
  • Struct ApplicationsListBySubscriptionResponse has been removed
  • Struct ApplicationsListBySubscriptionResult has been removed
  • Struct ApplicationsUpdateByIDOptions has been removed
  • Struct ApplicationsUpdateByIDResponse has been removed
  • Struct ApplicationsUpdateByIDResult has been removed
  • Struct ApplicationsUpdateOptions has been removed
  • Struct ApplicationsUpdateResponse has been removed
  • Struct ApplicationsUpdateResult has been removed
  • Field Resource of struct GenericResource has been removed
  • Field GenericResource of struct Application has been removed
  • Field GenericResource of struct ApplicationDefinition has been removed
  • Field GenericResource of struct ApplicationPatchable has been removed

Features Added

  • New function *ApplicationsClientCreateOrUpdateByIDPoller.Done() bool
  • New function ApplicationDefinitionsClientCreateOrUpdatePollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationDefinitionsClientCreateOrUpdateResponse, error)
  • New function *ApplicationDefinitionsClientDeleteByIDPollerResponse.Resume(context.Context, *ApplicationDefinitionsClient, string) error
  • New function *ApplicationsClientDeletePoller.FinalResponse(context.Context) (ApplicationsClientDeleteResponse, error)
  • New function *ApplicationsClientListBySubscriptionPager.Err() error
  • New function ApplicationDefinitionsClientDeletePollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationDefinitionsClientDeleteResponse, error)
  • New function ApplicationsClientDeletePollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationsClientDeleteResponse, error)
  • New function *ApplicationsClientListBySubscriptionPager.PageResponse() ApplicationsClientListBySubscriptionResponse
  • New function *ApplicationDefinitionsClientDeletePoller.FinalResponse(context.Context) (ApplicationDefinitionsClientDeleteResponse, error)
  • New function *ApplicationsClientCreateOrUpdateByIDPoller.ResumeToken() (string, error)
  • New function *ApplicationDefinitionsClientCreateOrUpdatePoller.Done() bool
  • New function *ApplicationDefinitionsClientCreateOrUpdatePoller.FinalResponse(context.Context) (ApplicationDefinitionsClientCreateOrUpdateResponse, error)
  • New function *ApplicationsClientCreateOrUpdatePoller.ResumeToken() (string, error)
  • New function *ApplicationDefinitionsClientCreateOrUpdateByIDPoller.Poll(context.Context) (*http.Response, error)
  • New function *ApplicationDefinitionsClientCreateOrUpdateByIDPoller.FinalResponse(context.Context) (ApplicationDefinitionsClientCreateOrUpdateByIDResponse, error)
  • New function *ApplicationsClientListByResourceGroupPager.NextPage(context.Context) bool
  • New function *ApplicationsClientCreateOrUpdatePoller.FinalResponse(context.Context) (ApplicationsClientCreateOrUpdateResponse, error)
  • New function *ApplicationDefinitionsClientCreateOrUpdateByIDPoller.Done() bool
  • New function *ApplicationDefinitionsClientCreateOrUpdateByIDPollerResponse.Resume(context.Context, *ApplicationDefinitionsClient, string) error
  • New function *ApplicationsClientDeletePoller.Poll(context.Context) (*http.Response, error)
  • New function ApplicationsClientDeleteByIDPollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationsClientDeleteByIDResponse, error)
  • New function *ApplicationDefinitionsClientCreateOrUpdatePoller.ResumeToken() (string, error)
  • New function *ApplicationsClientDeleteByIDPollerResponse.Resume(context.Context, *ApplicationsClient, string) error
  • New function ApplicationDefinitionsClientCreateOrUpdateByIDPollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationDefinitionsClientCreateOrUpdateByIDResponse, error)
  • New function *ApplicationDefinitionsClientListByResourceGroupPager.NextPage(context.Context) bool
  • New function ApplicationsClientCreateOrUpdateByIDPollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationsClientCreateOrUpdateByIDResponse, error)
  • New function *ApplicationsClientListByResourceGroupPager.PageResponse() ApplicationsClientListByResourceGroupResponse
  • New function *ApplicationsClientCreateOrUpdateByIDPoller.FinalResponse(context.Context) (ApplicationsClientCreateOrUpdateByIDResponse, error)
  • New function ApplicationsClientCreateOrUpdatePollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationsClientCreateOrUpdateResponse, error)
  • New function *ApplicationDefinitionsClientCreateOrUpdateByIDPoller.ResumeToken() (string, error)
  • New function *ApplicationDefinitionsClientCreateOrUpdatePoller.Poll(context.Context) (*http.Response, error)
  • New function *ApplicationsClientCreateOrUpdatePollerResponse.Resume(context.Context, *ApplicationsClient, string) error
  • New function *ApplicationsClientCreateOrUpdateByIDPollerResponse.Resume(context.Context, *ApplicationsClient, string) error
  • New function *ApplicationsClientDeleteByIDPoller.FinalResponse(context.Context) (ApplicationsClientDeleteByIDResponse, error)
  • New function *ApplicationsClientDeletePoller.ResumeToken() (string, error)
  • New function *ApplicationsClientListByResourceGroupPager.Err() error
  • New function *ApplicationDefinitionsClientListByResourceGroupPager.Err() error
  • New function *ApplicationsClientDeletePollerResponse.Resume(context.Context, *ApplicationsClient, string) error
  • New function *ApplicationsClientCreateOrUpdateByIDPoller.Poll(context.Context) (*http.Response, error)
  • New function *ApplicationDefinitionsClientDeleteByIDPoller.Poll(context.Context) (*http.Response, error)
  • New function ApplicationDefinitionsClientDeleteByIDPollerResponse.PollUntilDone(context.Context, time.Duration) (ApplicationDefinitionsClientDeleteByIDResponse, error)
  • New function *ApplicationsClientCreateOrUpdatePoller.Poll(context.Context) (*http.Response, error)
  • New function *ApplicationDefinitionsClientDeletePoller.ResumeToken() (string, error)
  • New function *ApplicationsClientListBySubscriptionPager.NextPage(context.Context) bool
  • New function *ApplicationDefinitionsClientDeletePoller.Done() bool
  • New function *ApplicationsClientDeleteByIDPoller.Poll(context.Context) (*http.Response, error)
  • New function *ApplicationDefinitionsClientDeleteByIDPoller.ResumeToken() (string, error)
  • New function *ApplicationsClientDeleteByIDPoller.Done() bool
  • New function *ApplicationDefinitionsClientDeletePollerResponse.Resume(context.Context, *ApplicationDefinitionsClient, string) error
  • New function *ApplicationDefinitionsClientDeletePoller.Poll(context.Context) (*http.Response, error)
  • New function *ApplicationDefinitionsClientDeleteByIDPoller.Done() bool
  • New function *ApplicationsClientDeletePoller.Done() bool
  • New function *ApplicationDefinitionsClientCreateOrUpdatePollerResponse.Resume(context.Context, *ApplicationDefinitionsClient, string) error
  • New function *ApplicationDefinitionsClientListByResourceGroupPager.PageResponse() ApplicationDefinitionsClientListByResourceGroupResponse
  • New function *ApplicationDefinitionsClientDeleteByIDPoller.FinalResponse(context.Context) (ApplicationDefinitionsClientDeleteByIDResponse, error)
  • New function *ApplicationsClientCreateOrUpdatePoller.Done() bool
  • New function *ApplicationsClientDeleteByIDPoller.ResumeToken() (string, error)
  • New struct ApplicationDefinitionsClientBeginCreateOrUpdateByIDOptions
  • New struct ApplicationDefinitionsClientBeginCreateOrUpdateOptions
  • New struct ApplicationDefinitionsClientBeginDeleteByIDOptions
  • New struct ApplicationDefinitionsClientBeginDeleteOptions
  • New struct ApplicationDefinitionsClientCreateOrUpdateByIDPoller
  • New struct ApplicationDefinitionsClientCreateOrUpdateByIDPollerResponse
  • New struct ApplicationDefinitionsClientCreateOrUpdateByIDResponse
  • New struct ApplicationDefinitionsClientCreateOrUpdateByIDResult
  • New struct ApplicationDefinitionsClientCreateOrUpdatePoller
  • New struct ApplicationDefinitionsClientCreateOrUpdatePollerResponse
  • New struct ApplicationDefinitionsClientCreateOrUpdateResponse
  • New struct ApplicationDefinitionsClientCreateOrUpdateResult
  • New struct ApplicationDefinitionsClientDeleteByIDPoller
  • New struct ApplicationDefinitionsClientDeleteByIDPollerResponse
  • New struct ApplicationDefinitionsClientDeleteByIDResponse
  • New struct ApplicationDefinitionsClientDeletePoller
  • New struct ApplicationDefinitionsClientDeletePollerResponse
  • New struct ApplicationDefinitionsClientDeleteResponse
  • New struct ApplicationDefinitionsClientGetByIDOptions
  • New struct ApplicationDefinitionsClientGetByIDResponse
  • New struct ApplicationDefinitionsClientGetByIDResult
  • New struct ApplicationDefinitionsClientGetOptions
  • New struct ApplicationDefinitionsClientGetResponse
  • New struct ApplicationDefinitionsClientGetResult
  • New struct ApplicationDefinitionsClientListByResourceGroupOptions
  • New struct ApplicationDefinitionsClientListByResourceGroupPager
  • New struct ApplicationDefinitionsClientListByResourceGroupResponse
  • New struct ApplicationDefinitionsClientListByResourceGroupResult
  • New struct ApplicationsClientBeginCreateOrUpdateByIDOptions
  • New struct ApplicationsClientBeginCreateOrUpdateOptions
  • New struct ApplicationsClientBeginDeleteByIDOptions
  • New struct ApplicationsClientBeginDeleteOptions
  • New struct ApplicationsClientCreateOrUpdateByIDPoller
  • New struct ApplicationsClientCreateOrUpdateByIDPollerResponse
  • New struct ApplicationsClientCreateOrUpdateByIDResponse
  • New struct ApplicationsClientCreateOrUpdateByIDResult
  • New struct ApplicationsClientCreateOrUpdatePoller
  • New struct ApplicationsClientCreateOrUpdatePollerResponse
  • New struct ApplicationsClientCreateOrUpdateResponse
  • New struct ApplicationsClientCreateOrUpdateResult
  • New struct ApplicationsClientDeleteByIDPoller
  • New struct ApplicationsClientDeleteByIDPollerResponse
  • New struct ApplicationsClientDeleteByIDResponse
  • New struct ApplicationsClientDeletePoller
  • New struct ApplicationsClientDeletePollerResponse
  • New struct ApplicationsClientDeleteResponse
  • New struct ApplicationsClientGetByIDOptions
  • New struct ApplicationsClientGetByIDResponse
  • New struct ApplicationsClientGetByIDResult
  • New struct ApplicationsClientGetOptions
  • New struct ApplicationsClientGetResponse
  • New struct ApplicationsClientGetResult
  • New struct ApplicationsClientListByResourceGroupOptions
  • New struct ApplicationsClientListByResourceGroupPager
  • New struct ApplicationsClientListByResourceGroupResponse
  • New struct ApplicationsClientListByResourceGroupResult
  • New struct ApplicationsClientListBySubscriptionOptions
  • New struct ApplicationsClientListBySubscriptionPager
  • New struct ApplicationsClientListBySubscriptionResponse
  • New struct ApplicationsClientListBySubscriptionResult
  • New struct ApplicationsClientUpdateByIDOptions
  • New struct ApplicationsClientUpdateByIDResponse
  • New struct ApplicationsClientUpdateByIDResult
  • New struct ApplicationsClientUpdateOptions
  • New struct ApplicationsClientUpdateResponse
  • New struct ApplicationsClientUpdateResult
  • New field Name in struct GenericResource
  • New field Type in struct GenericResource
  • New field Location in struct GenericResource
  • New field Tags in struct GenericResource
  • New field ID in struct GenericResource
  • New field ID in struct Application
  • New field Name in struct Application
  • New field SKU in struct Application
  • New field Tags in struct Application
  • New field Type in struct Application
  • New field Location in struct Application
  • New field Identity in struct Application
  • New field ManagedBy in struct Application
  • New field Location in struct ApplicationPatchable
  • New field ManagedBy in struct ApplicationPatchable
  • New field ID in struct ApplicationPatchable
  • New field Name in struct ApplicationPatchable
  • New field Type in struct ApplicationPatchable
  • New field Identity in struct ApplicationPatchable
  • New field Tags in struct ApplicationPatchable
  • New field SKU in struct ApplicationPatchable
  • New field SKU in struct ApplicationDefinition
  • New field Type in struct ApplicationDefinition
  • New field Location in struct ApplicationDefinition
  • New field Tags in struct ApplicationDefinition
  • New field ID in struct ApplicationDefinition
  • New field Name in struct ApplicationDefinition
  • New field Identity in struct ApplicationDefinition
  • New field ManagedBy in struct ApplicationDefinition

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.