INPUT_OBJECT
AzureCloudComputeSettingsInput
Description
Cloud compute settings input for the Azure archival target.
link GraphQL Schema definition
- input AzureCloudComputeSettingsInput {
- # Client ID of the Application.
- String :
- # Client secret key of the Application.
- String :
- # Name of the Azure region.
- AzureRegion :
- # Storage account name of the Azure target.
- String :
- # Storage container name of the Azure target.
- String :
- # Resource Group of the Azure target.
- String :
- # Virtual Network ID of the Azure target.
- String :
- # Subnet ID of the Azure target.
- String :
- # Security Group ID of the Azure target.
- String :
- # Compute proxy settings of the Azure target.
- ProxySettingsInput :
- # Cloud account ID of the Azure target.
- String :
- # Subscription ID of the Azure target that hosts the compute resources. If
- # subscriptionId is provided then there is noneed to specify cloudAccountId.
- String :
- }
link Require by
- CreateAutomaticAzureTargetMappingInputInput for create an Azure target mapping.
- CreateAzureReaderTargetInputInput for creating an Azure Reader Target.
- CreateAzureTargetInputInput for creating an Azure archival target.
- UpdateAutomaticAzureTargetMappingInputInput to edit Azure automatic target mapping.
- UpdateAzureTargetInputInput to edit Azure target.