Class FleetAppsManagementAdminClient
Service client instance for FleetAppsManagementAdmin.
Implements
Inherited Members
Namespace: Oci.FleetappsmanagementService
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class FleetAppsManagementAdminClient : RegionalClientBase, IDisposable
Constructors
FleetAppsManagementAdminClient(IBasicAuthenticationDetailsProvider, ClientConfiguration, string)
Creates a new service instance using the given authentication provider and/or client configuration and/or endpoint. A client configuration can also be provided optionally to adjust REST client behaviors.
Declaration
public FleetAppsManagementAdminClient(IBasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration clientConfiguration = null, string endpoint = null)
Parameters
Type | Name | Description |
---|---|---|
IBasicAuthenticationDetailsProvider | authenticationDetailsProvider | The authentication details provider. Required. |
ClientConfiguration | clientConfiguration | The client configuration that contains settings to adjust REST client behaviors. Optional. |
string | endpoint | The endpoint of the service. If not provided and the client is a regional client, the endpoint will be constructed based on region information. Optional. |
Properties
Paginators
Declaration
public FleetAppsManagementAdminPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
FleetAppsManagementAdminPaginators |
Waiters
Declaration
public FleetAppsManagementAdminWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
FleetAppsManagementAdminWaiters |
Methods
ChangePlatformConfigurationCompartment(ChangePlatformConfigurationCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a PlatformConfiguration into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
Declaration
public Task<ChangePlatformConfigurationCompartmentResponse> ChangePlatformConfigurationCompartment(ChangePlatformConfigurationCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangePlatformConfigurationCompartmentRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ChangePlatformConfigurationCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangePlatformConfigurationCompartment API.
ChangePropertyCompartment(ChangePropertyCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a Property into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
Declaration
public Task<ChangePropertyCompartmentResponse> ChangePropertyCompartment(ChangePropertyCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangePropertyCompartmentRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ChangePropertyCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangePropertyCompartment API.
CreateCompliancePolicyRule(CreateCompliancePolicyRuleRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a compliance policy rule.
Declaration
public Task<CreateCompliancePolicyRuleResponse> CreateCompliancePolicyRule(CreateCompliancePolicyRuleRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateCompliancePolicyRuleRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<CreateCompliancePolicyRuleResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateCompliancePolicyRule API.
CreateOnboarding(CreateOnboardingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Onboard a tenant to Fleet Application Management. The onboarding process lets Fleet Application Management create a few required policies that you need to start using it and its features.
Declaration
public Task<CreateOnboardingResponse> CreateOnboarding(CreateOnboardingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateOnboardingRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<CreateOnboardingResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateOnboarding API.
CreatePlatformConfiguration(CreatePlatformConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new PlatformConfiguration.
Declaration
public Task<CreatePlatformConfigurationResponse> CreatePlatformConfiguration(CreatePlatformConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreatePlatformConfigurationRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<CreatePlatformConfigurationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreatePlatformConfiguration API.
CreateProperty(CreatePropertyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Create a business-specific metadata property in Fleet Application Management.
Declaration
public Task<CreatePropertyResponse> CreateProperty(CreatePropertyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreatePropertyRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<CreatePropertyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateProperty API.
DeleteCompliancePolicyRule(DeleteCompliancePolicyRuleRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes a compliance policy rule specified by an identifier.
Declaration
public Task<DeleteCompliancePolicyRuleResponse> DeleteCompliancePolicyRule(DeleteCompliancePolicyRuleRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteCompliancePolicyRuleRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<DeleteCompliancePolicyRuleResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteCompliancePolicyRule API.
DeleteOnboarding(DeleteOnboardingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes Fleet Application Management onboarding resource by identifier
Declaration
public Task<DeleteOnboardingResponse> DeleteOnboarding(DeleteOnboardingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteOnboardingRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<DeleteOnboardingResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteOnboarding API.
DeletePlatformConfiguration(DeletePlatformConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes a PlatformConfiguration resource by identifier
Declaration
public Task<DeletePlatformConfigurationResponse> DeletePlatformConfiguration(DeletePlatformConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeletePlatformConfigurationRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<DeletePlatformConfigurationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeletePlatformConfiguration API.
DeleteProperty(DeletePropertyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Delete a property in Fleet Application Management.
Declaration
public Task<DeletePropertyResponse> DeleteProperty(DeletePropertyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeletePropertyRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<DeletePropertyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteProperty API.
EnableLatestPolicy(EnableLatestPolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Enable Policies for a newer version of Fleet Application Management
Declaration
public Task<EnableLatestPolicyResponse> EnableLatestPolicy(EnableLatestPolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
EnableLatestPolicyRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<EnableLatestPolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use EnableLatestPolicy API.
GetCompliancePolicy(GetCompliancePolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets information about a compliance policy.
Declaration
public Task<GetCompliancePolicyResponse> GetCompliancePolicy(GetCompliancePolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetCompliancePolicyRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetCompliancePolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetCompliancePolicy API.
GetCompliancePolicyRule(GetCompliancePolicyRuleRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets information about a compliance policy rule.
Declaration
public Task<GetCompliancePolicyRuleResponse> GetCompliancePolicyRule(GetCompliancePolicyRuleRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetCompliancePolicyRuleRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetCompliancePolicyRuleResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetCompliancePolicyRule API.
GetOnboarding(GetOnboardingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a Fleet Application Management Onboarding by identifier.
Declaration
public Task<GetOnboardingResponse> GetOnboarding(GetOnboardingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetOnboardingRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetOnboardingResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetOnboarding API.
GetPlatformConfiguration(GetPlatformConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a PlatformConfiguration by identifier
Declaration
public Task<GetPlatformConfigurationResponse> GetPlatformConfiguration(GetPlatformConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetPlatformConfigurationRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetPlatformConfigurationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetPlatformConfiguration API.
GetProperty(GetPropertyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a Property by identifier
Declaration
public Task<GetPropertyResponse> GetProperty(GetPropertyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetPropertyRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<GetPropertyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetProperty API.
ListCompliancePolicies(ListCompliancePoliciesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all the Compliance Policies in the specified compartment.
The query parameter compartmentId
is required unless the query parameter id
is specified.
Declaration
public Task<ListCompliancePoliciesResponse> ListCompliancePolicies(ListCompliancePoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListCompliancePoliciesRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListCompliancePoliciesResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListCompliancePolicies API.
ListCompliancePolicyRules(ListCompliancePolicyRulesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a list of Compliance policy rules in a compartment.
Declaration
public Task<ListCompliancePolicyRulesResponse> ListCompliancePolicyRules(ListCompliancePolicyRulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListCompliancePolicyRulesRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListCompliancePolicyRulesResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListCompliancePolicyRules API.
ListOnboardingPolicies(ListOnboardingPoliciesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of onboarding policy information for Fleet Application Management.
Declaration
public Task<ListOnboardingPoliciesResponse> ListOnboardingPolicies(ListOnboardingPoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOnboardingPoliciesRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListOnboardingPoliciesResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOnboardingPolicies API.
ListOnboardings(ListOnboardingsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all the onboardings in the specified root compartment (tenancy).
The query parameter compartmentId
is required unless the query parameter id
is specified.
Declaration
public Task<ListOnboardingsResponse> ListOnboardings(ListOnboardingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOnboardingsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListOnboardingsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOnboardings API.
ListPlatformConfigurations(ListPlatformConfigurationsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all the Platform Configurations in the specified compartment.
The query parameter compartmentId
is required unless the query parameter id
is specified.
Declaration
public Task<ListPlatformConfigurationsResponse> ListPlatformConfigurations(ListPlatformConfigurationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListPlatformConfigurationsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListPlatformConfigurationsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListPlatformConfigurations API.
ListProperties(ListPropertiesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Returns a list of all the Properties in the specified compartment.
The query parameter compartmentId
is required unless the query parameter id
is specified.
Declaration
public Task<ListPropertiesResponse> ListProperties(ListPropertiesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListPropertiesRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ListPropertiesResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListProperties API.
ManageSettings(ManageSettingsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the Onboarding setting
Declaration
public Task<ManageSettingsResponse> ManageSettings(ManageSettingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ManageSettingsRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<ManageSettingsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ManageSettings API.
UpdateCompliancePolicyRule(UpdateCompliancePolicyRuleRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates a compliance policy rule specified by an identifier.
Declaration
public Task<UpdateCompliancePolicyRuleResponse> UpdateCompliancePolicyRule(UpdateCompliancePolicyRuleRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateCompliancePolicyRuleRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<UpdateCompliancePolicyRuleResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateCompliancePolicyRule API.
UpdateOnboarding(UpdateOnboardingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the Onboarding
Declaration
public Task<UpdateOnboardingResponse> UpdateOnboarding(UpdateOnboardingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateOnboardingRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<UpdateOnboardingResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateOnboarding API.
UpdatePlatformConfiguration(UpdatePlatformConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the PlatformConfiguration
Declaration
public Task<UpdatePlatformConfigurationResponse> UpdatePlatformConfiguration(UpdatePlatformConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdatePlatformConfigurationRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<UpdatePlatformConfigurationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdatePlatformConfiguration API.
UpdateProperty(UpdatePropertyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Update a property in Fleet Application Management.
Declaration
public Task<UpdatePropertyResponse> UpdateProperty(UpdatePropertyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdatePropertyRequest | request | The request object containing the details to send. Required. |
RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
Type | Description |
---|---|
Task<UpdatePropertyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateProperty API.