Documentation
¶
Index ¶
- type ApplicationsWithAppIdRequestBuilder
- func (m *ApplicationsWithAppIdRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *ApplicationsWithAppIdRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ApplicationsWithAppIdRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *ApplicationsWithAppIdRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *ApplicationsWithAppIdRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ApplicationsWithAppIdRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- func (m *ApplicationsWithAppIdRequestBuilder) WithUrl(rawUrl string) *ApplicationsWithAppIdRequestBuilder
- type ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration
- type ApplicationsWithAppIdRequestBuilderGetQueryParameters
- type ApplicationsWithAppIdRequestBuilderGetRequestConfiguration
- type ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationsWithAppIdRequestBuilder ¶
type ApplicationsWithAppIdRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ApplicationsWithAppIdRequestBuilder provides operations to manage the collection of application entities.
func NewApplicationsWithAppIdRequestBuilder ¶
func NewApplicationsWithAppIdRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationsWithAppIdRequestBuilder
NewApplicationsWithAppIdRequestBuilder instantiates a new ApplicationsWithAppIdRequestBuilder and sets the default values.
func NewApplicationsWithAppIdRequestBuilderInternal ¶
func NewApplicationsWithAppIdRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, appId *string) *ApplicationsWithAppIdRequestBuilder
NewApplicationsWithAppIdRequestBuilderInternal instantiates a new ApplicationsWithAppIdRequestBuilder and sets the default values.
func (*ApplicationsWithAppIdRequestBuilder) Delete ¶
func (m *ApplicationsWithAppIdRequestBuilder) Delete(ctx context.Context, requestConfiguration *ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration) error
Delete delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is supported in the following national cloud deployments. Find more info here
func (*ApplicationsWithAppIdRequestBuilder) Get ¶
func (m *ApplicationsWithAppIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ApplicationsWithAppIdRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable, error)
Get get the properties and relationships of an application object. This API is supported in the following national cloud deployments. Find more info here
func (*ApplicationsWithAppIdRequestBuilder) Patch ¶
func (m *ApplicationsWithAppIdRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable, requestConfiguration *ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable, error)
Patch update the properties of an application object. This API is supported in the following national cloud deployments. Find more info here
func (*ApplicationsWithAppIdRequestBuilder) ToDeleteRequestInformation ¶
func (m *ApplicationsWithAppIdRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is supported in the following national cloud deployments.
func (*ApplicationsWithAppIdRequestBuilder) ToGetRequestInformation ¶
func (m *ApplicationsWithAppIdRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationsWithAppIdRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
func (*ApplicationsWithAppIdRequestBuilder) ToPatchRequestInformation ¶
func (m *ApplicationsWithAppIdRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Applicationable, requestConfiguration *ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update the properties of an application object. This API is supported in the following national cloud deployments.
func (*ApplicationsWithAppIdRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *ApplicationsWithAppIdRequestBuilder) WithUrl(rawUrl string) *ApplicationsWithAppIdRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
type ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration ¶
type ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ApplicationsWithAppIdRequestBuilderGetQueryParameters ¶
type ApplicationsWithAppIdRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
ApplicationsWithAppIdRequestBuilderGetQueryParameters get the properties and relationships of an application object. This API is supported in the following national cloud deployments.
type ApplicationsWithAppIdRequestBuilderGetRequestConfiguration ¶
type ApplicationsWithAppIdRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ApplicationsWithAppIdRequestBuilderGetQueryParameters
}
ApplicationsWithAppIdRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration ¶
type ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.