azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

101 строка
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations"
name: "TenantConfigurations"
nameWithType: "TenantConfigurations"
summary: "Type representing Tenant<wbr>Configurations."
syntax: "public interface **TenantConfigurations**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantConfigurationsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantConfigurationsInner&text=TenantConfigurationsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.deployAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.DeployConfigurationParameters)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.deployAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
name: "deployAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
nameWithType: "TenantConfigurations.deployAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
summary: "This operation applies changes from the specified Git branch to the configuration database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Deploy Configuration parameters."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.DeployConfigurationParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.DeployConfigurationParameters&text=DeployConfigurationParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<OperationResultContract> deployAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
desc: "This operation applies changes from the specified Git branch to the configuration database. This is a long running operation and could take several minutes to complete."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationResultContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationResultContract&text=OperationResultContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.getSyncStateAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.getSyncStateAsync(String resourceGroupName, String serviceName)"
name: "getSyncStateAsync(String resourceGroupName, String serviceName)"
nameWithType: "TenantConfigurations.getSyncStateAsync(String resourceGroupName, String serviceName)"
summary: "Gets the status of the most recent synchronization between the configuration database and the Git repository."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<TenantConfigurationSyncStateContract> getSyncStateAsync(String resourceGroupName, String serviceName)"
desc: "Gets the status of the most recent synchronization between the configuration database and the Git repository."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurationSyncStateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurationSyncStateContract&text=TenantConfigurationSyncStateContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.saveAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.SaveConfigurationParameter)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.saveAsync(String resourceGroupName, String serviceName, SaveConfigurationParameter parameters)"
name: "saveAsync(String resourceGroupName, String serviceName, SaveConfigurationParameter parameters)"
nameWithType: "TenantConfigurations.saveAsync(String resourceGroupName, String serviceName, SaveConfigurationParameter parameters)"
summary: "This operation creates a commit with the current configuration snapshot to the specified branch in the repository."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Save Configuration parameters."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SaveConfigurationParameter?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SaveConfigurationParameter&text=SaveConfigurationParameter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<OperationResultContract> saveAsync(String resourceGroupName, String serviceName, SaveConfigurationParameter parameters)"
desc: "This operation creates a commit with the current configuration snapshot to the specified branch in the repository. This is a long running operation and could take several minutes to complete."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationResultContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationResultContract&text=OperationResultContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.validateAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.DeployConfigurationParameters)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TenantConfigurations.validateAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
name: "validateAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
nameWithType: "TenantConfigurations.validateAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
summary: "This operation validates the changes in the specified Git branch."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Validate Configuration parameters."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.DeployConfigurationParameters?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.DeployConfigurationParameters&text=DeployConfigurationParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<OperationResultContract> validateAsync(String resourceGroupName, String serviceName, DeployConfigurationParameters parameters)"
desc: "This operation validates the changes in the specified Git branch. This is a long running operation and could take several minutes to complete."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationResultContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationResultContract&text=OperationResultContract\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing TenantConfigurations."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantConfigurationsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantConfigurationsInner&text=TenantConfigurationsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1