azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.w...

166 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.workloads.models.ResourceProviders"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders"
name: "ResourceProviders"
nameWithType: "ResourceProviders"
summary: "Resource collection API of Resource<wbr>Providers."
syntax: "public interface **ResourceProviders**"
methods:
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapAvailabilityZoneDetails(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapAvailabilityZoneDetails(String location)"
name: "sapAvailabilityZoneDetails(String location)"
nameWithType: "ResourceProviders.sapAvailabilityZoneDetails(String location)"
summary: "Get the recommended SAP Availability Zone Pair Details for your region."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SapAvailabilityZoneDetailsResult sapAvailabilityZoneDetails(String location)"
desc: "Get the recommended SAP Availability Zone Pair Details for your region."
returns:
description: "the recommended SAP Availability Zone Pair Details for your region."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsResult?alt=com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsResult&text=SapAvailabilityZoneDetailsResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapAvailabilityZoneDetailsWithResponse(java.lang.String,com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapAvailabilityZoneDetailsWithResponse(String location, SapAvailabilityZoneDetailsRequest sapAvailabilityZoneDetails, Context context)"
name: "sapAvailabilityZoneDetailsWithResponse(String location, SapAvailabilityZoneDetailsRequest sapAvailabilityZoneDetails, Context context)"
nameWithType: "ResourceProviders.sapAvailabilityZoneDetailsWithResponse(String location, SapAvailabilityZoneDetailsRequest sapAvailabilityZoneDetails, Context context)"
summary: "Get the recommended SAP Availability Zone Pair Details for your region."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "SAP Availability Zone Details Request body."
name: "sapAvailabilityZoneDetails"
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsRequest?alt=com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsRequest&text=SapAvailabilityZoneDetailsRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SapAvailabilityZoneDetailsResult> sapAvailabilityZoneDetailsWithResponse(String location, SapAvailabilityZoneDetailsRequest sapAvailabilityZoneDetails, Context context)"
desc: "Get the recommended SAP Availability Zone Pair Details for your region."
returns:
description: "the recommended SAP Availability Zone Pair Details for your region along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsResult?alt=com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsResult&text=SapAvailabilityZoneDetailsResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapDiskConfigurations(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapDiskConfigurations(String location)"
name: "sapDiskConfigurations(String location)"
nameWithType: "ResourceProviders.sapDiskConfigurations(String location)"
summary: "Get the SAP Disk Configuration Layout prod/non-prod SAP System."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SapDiskConfigurationsResult sapDiskConfigurations(String location)"
desc: "Get the SAP Disk Configuration Layout prod/non-prod SAP System."
returns:
description: "the SAP Disk Configuration Layout prod/non-prod SAP System."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapDiskConfigurationsResult?alt=com.azure.resourcemanager.workloads.models.SapDiskConfigurationsResult&text=SapDiskConfigurationsResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapDiskConfigurationsWithResponse(java.lang.String,com.azure.resourcemanager.workloads.models.SapDiskConfigurationsRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapDiskConfigurationsWithResponse(String location, SapDiskConfigurationsRequest sapDiskConfigurations, Context context)"
name: "sapDiskConfigurationsWithResponse(String location, SapDiskConfigurationsRequest sapDiskConfigurations, Context context)"
nameWithType: "ResourceProviders.sapDiskConfigurationsWithResponse(String location, SapDiskConfigurationsRequest sapDiskConfigurations, Context context)"
summary: "Get the SAP Disk Configuration Layout prod/non-prod SAP System."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "SAP Disk Configurations Request body."
name: "sapDiskConfigurations"
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapDiskConfigurationsRequest?alt=com.azure.resourcemanager.workloads.models.SapDiskConfigurationsRequest&text=SapDiskConfigurationsRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SapDiskConfigurationsResult> sapDiskConfigurationsWithResponse(String location, SapDiskConfigurationsRequest sapDiskConfigurations, Context context)"
desc: "Get the SAP Disk Configuration Layout prod/non-prod SAP System."
returns:
description: "the SAP Disk Configuration Layout prod/non-prod SAP System along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.workloads.models.SapDiskConfigurationsResult?alt=com.azure.resourcemanager.workloads.models.SapDiskConfigurationsResult&text=SapDiskConfigurationsResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSizingRecommendations(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSizingRecommendations(String location)"
name: "sapSizingRecommendations(String location)"
nameWithType: "ResourceProviders.sapSizingRecommendations(String location)"
summary: "Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SapSizingRecommendationResult sapSizingRecommendations(String location)"
desc: "Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier."
returns:
description: "sAP sizing recommendations by providing input SAPS for application tier and memory required for database\n tier."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapSizingRecommendationResult?alt=com.azure.resourcemanager.workloads.models.SapSizingRecommendationResult&text=SapSizingRecommendationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSizingRecommendationsWithResponse(java.lang.String,com.azure.resourcemanager.workloads.models.SapSizingRecommendationRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSizingRecommendationsWithResponse(String location, SapSizingRecommendationRequest sapSizingRecommendation, Context context)"
name: "sapSizingRecommendationsWithResponse(String location, SapSizingRecommendationRequest sapSizingRecommendation, Context context)"
nameWithType: "ResourceProviders.sapSizingRecommendationsWithResponse(String location, SapSizingRecommendationRequest sapSizingRecommendation, Context context)"
summary: "Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "SAP Sizing Recommendation Request body."
name: "sapSizingRecommendation"
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapSizingRecommendationRequest?alt=com.azure.resourcemanager.workloads.models.SapSizingRecommendationRequest&text=SapSizingRecommendationRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SapSizingRecommendationResult> sapSizingRecommendationsWithResponse(String location, SapSizingRecommendationRequest sapSizingRecommendation, Context context)"
desc: "Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier."
returns:
description: "sAP sizing recommendations by providing input SAPS for application tier and memory required for database\n tier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.workloads.models.SapSizingRecommendationResult?alt=com.azure.resourcemanager.workloads.models.SapSizingRecommendationResult&text=SapSizingRecommendationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSupportedSku(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSupportedSku(String location)"
name: "sapSupportedSku(String location)"
nameWithType: "ResourceProviders.sapSupportedSku(String location)"
summary: "Get a list of SAP supported SKUs for ASCS, Application and Database tier."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SapSupportedResourceSkusResult sapSupportedSku(String location)"
desc: "Get a list of SAP supported SKUs for ASCS, Application and Database tier."
returns:
description: "a list of SAP supported SKUs for ASCS, Application and Database tier."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapSupportedResourceSkusResult?alt=com.azure.resourcemanager.workloads.models.SapSupportedResourceSkusResult&text=SapSupportedResourceSkusResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSupportedSkuWithResponse(java.lang.String,com.azure.resourcemanager.workloads.models.SapSupportedSkusRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.workloads.models.ResourceProviders.sapSupportedSkuWithResponse(String location, SapSupportedSkusRequest sapSupportedSku, Context context)"
name: "sapSupportedSkuWithResponse(String location, SapSupportedSkusRequest sapSupportedSku, Context context)"
nameWithType: "ResourceProviders.sapSupportedSkuWithResponse(String location, SapSupportedSkusRequest sapSupportedSku, Context context)"
summary: "Get a list of SAP supported SKUs for ASCS, Application and Database tier."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "SAP Supported SKU Request body."
name: "sapSupportedSku"
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapSupportedSkusRequest?alt=com.azure.resourcemanager.workloads.models.SapSupportedSkusRequest&text=SapSupportedSkusRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SapSupportedResourceSkusResult> sapSupportedSkuWithResponse(String location, SapSupportedSkusRequest sapSupportedSku, Context context)"
desc: "Get a list of SAP supported SKUs for ASCS, Application and Database tier."
returns:
description: "a list of SAP supported SKUs for ASCS, Application and Database tier along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.workloads.models.SapSupportedResourceSkusResult?alt=com.azure.resourcemanager.workloads.models.SapSupportedResourceSkusResult&text=SapSupportedResourceSkusResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ResourceProviders."
metadata: {}
package: "com.azure.resourcemanager.workloads.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0