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

61 строка
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.fluent.NamespacesClient"
fullName: "com.azure.resourcemanager.appcontainers.fluent.NamespacesClient"
name: "NamespacesClient"
nameWithType: "NamespacesClient"
summary: "An instance of this class provides access to all the operations defined in Namespaces<wbr>Client."
syntax: "public interface **NamespacesClient**"
methods:
- uid: "com.azure.resourcemanager.appcontainers.fluent.NamespacesClient.checkNameAvailability(java.lang.String,java.lang.String,com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.NamespacesClient.checkNameAvailability(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
name: "checkNameAvailability(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
nameWithType: "NamespacesClient.checkNameAvailability(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
summary: "Checks the resource name availability."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The check name availability request."
name: "checkNameAvailabilityRequest"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest?alt=com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest&text=CheckNameAvailabilityRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CheckNameAvailabilityResponseInner checkNameAvailability(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
desc: "Checks the resource name availability. Checks if resource name is available."
returns:
description: "the check availability result."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.CheckNameAvailabilityResponseInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CheckNameAvailabilityResponseInner&text=CheckNameAvailabilityResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.fluent.NamespacesClient.checkNameAvailabilityWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.fluent.NamespacesClient.checkNameAvailabilityWithResponse(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
name: "checkNameAvailabilityWithResponse(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
nameWithType: "NamespacesClient.checkNameAvailabilityWithResponse(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
summary: "Checks the resource name availability."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed Environment."
name: "environmentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The check name availability request."
name: "checkNameAvailabilityRequest"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest?alt=com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest&text=CheckNameAvailabilityRequest\" 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<CheckNameAvailabilityResponseInner> checkNameAvailabilityWithResponse(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
desc: "Checks the resource name availability. Checks if resource name is available."
returns:
description: "the check availability result 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.appcontainers.fluent.models.CheckNameAvailabilityResponseInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.CheckNameAvailabilityResponseInner&text=CheckNameAvailabilityResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in NamespacesClient."
metadata: {}
package: "com.azure.resourcemanager.appcontainers.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0