293 строки
19 KiB
YAML
293 строки
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment"
|
|
name: "ConnectedEnvironment"
|
|
nameWithType: "ConnectedEnvironment"
|
|
summary: "An immutable client-side representation of Connected<wbr>Environment."
|
|
syntax: "public interface **ConnectedEnvironment**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.checkNameAvailability(com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.checkNameAvailability(CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
|
|
name: "checkNameAvailability(CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
|
|
nameWithType: "ConnectedEnvironment.checkNameAvailability(CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
|
|
summary: "Checks the resource connected<wbr>Environment<wbr>Name availability."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The check connectedEnvironmentName 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 CheckNameAvailabilityResponse checkNameAvailability(CheckNameAvailabilityRequest checkNameAvailabilityRequest)"
|
|
desc: "Checks the resource connectedEnvironmentName availability. Checks if resource connectedEnvironmentName is available."
|
|
returns:
|
|
description: "the check availability result."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityResponse?alt=com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityResponse&text=CheckNameAvailabilityResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.checkNameAvailabilityWithResponse(com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
|
|
name: "checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
|
|
nameWithType: "ConnectedEnvironment.checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
|
|
summary: "Checks the resource connected<wbr>Environment<wbr>Name availability."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The check connectedEnvironmentName 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<CheckNameAvailabilityResponse> checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest checkNameAvailabilityRequest, Context context)"
|
|
desc: "Checks the resource connectedEnvironmentName availability. Checks if resource connectedEnvironmentName 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\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityResponse?alt=com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityResponse&text=CheckNameAvailabilityResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.customDomainConfiguration()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.customDomainConfiguration()"
|
|
name: "customDomainConfiguration()"
|
|
nameWithType: "ConnectedEnvironment.customDomainConfiguration()"
|
|
summary: "Gets the custom<wbr>Domain<wbr>Configuration property: Custom domain configuration for the environment."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CustomDomainConfiguration customDomainConfiguration()"
|
|
desc: "Gets the customDomainConfiguration property: Custom domain configuration for the environment."
|
|
returns:
|
|
description: "the customDomainConfiguration value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.CustomDomainConfiguration?alt=com.azure.resourcemanager.appcontainers.models.CustomDomainConfiguration&text=CustomDomainConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.daprAIConnectionString()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.daprAIConnectionString()"
|
|
name: "daprAIConnectionString()"
|
|
nameWithType: "ConnectedEnvironment.daprAIConnectionString()"
|
|
summary: "Gets the dapr<wbr>AIConnection<wbr>String property: Application Insights connection string used by Dapr to export Service to Service communication telemetry."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String daprAIConnectionString()"
|
|
desc: "Gets the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry."
|
|
returns:
|
|
description: "the daprAIConnectionString value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.defaultDomain()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.defaultDomain()"
|
|
name: "defaultDomain()"
|
|
nameWithType: "ConnectedEnvironment.defaultDomain()"
|
|
summary: "Gets the default<wbr>Domain property: Default Domain Name for the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String defaultDomain()"
|
|
desc: "Gets the defaultDomain property: Default Domain Name for the cluster."
|
|
returns:
|
|
description: "the defaultDomain value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.deploymentErrors()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.deploymentErrors()"
|
|
name: "deploymentErrors()"
|
|
nameWithType: "ConnectedEnvironment.deploymentErrors()"
|
|
summary: "Gets the deployment<wbr>Errors property: Any errors that occurred during deployment or deployment validation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String deploymentErrors()"
|
|
desc: "Gets the deploymentErrors property: Any errors that occurred during deployment or deployment validation."
|
|
returns:
|
|
description: "the deploymentErrors value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.extendedLocation()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.extendedLocation()"
|
|
name: "extendedLocation()"
|
|
nameWithType: "ConnectedEnvironment.extendedLocation()"
|
|
summary: "Gets the extended<wbr>Location property: The complex type of the extended location."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ExtendedLocation extendedLocation()"
|
|
desc: "Gets the extendedLocation property: The complex type of the extended location."
|
|
returns:
|
|
description: "the extendedLocation value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ExtendedLocation?alt=com.azure.resourcemanager.appcontainers.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.id()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.id()"
|
|
name: "id()"
|
|
nameWithType: "ConnectedEnvironment.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.innerModel()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "ConnectedEnvironment.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>appcontainers.<wbr>fluent.<wbr>models.<wbr>Connected<wbr>Environment<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ConnectedEnvironmentInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentInner&text=ConnectedEnvironmentInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.location()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.location()"
|
|
name: "location()"
|
|
nameWithType: "ConnectedEnvironment.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.name()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.name()"
|
|
name: "name()"
|
|
nameWithType: "ConnectedEnvironment.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ConnectedEnvironment.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: Provisioning state of the Kubernetes Environment."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ConnectedEnvironmentProvisioningState provisioningState()"
|
|
desc: "Gets the provisioningState property: Provisioning state of the Kubernetes Environment."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ConnectedEnvironmentProvisioningState?alt=com.azure.resourcemanager.appcontainers.models.ConnectedEnvironmentProvisioningState&text=ConnectedEnvironmentProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.refresh()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "ConnectedEnvironment.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ConnectedEnvironment refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment?alt=com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment&text=ConnectedEnvironment\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "ConnectedEnvironment.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- 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 ConnectedEnvironment refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment?alt=com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment&text=ConnectedEnvironment\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.region()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.region()"
|
|
name: "region()"
|
|
nameWithType: "ConnectedEnvironment.region()"
|
|
summary: "Gets the region of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Region region()"
|
|
desc: "Gets the region of the resource."
|
|
returns:
|
|
description: "the region of the resource."
|
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.regionName()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.regionName()"
|
|
name: "regionName()"
|
|
nameWithType: "ConnectedEnvironment.regionName()"
|
|
summary: "Gets the name of the resource region."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String regionName()"
|
|
desc: "Gets the name of the resource region."
|
|
returns:
|
|
description: "the name of the resource region."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "ConnectedEnvironment.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.staticIp()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.staticIp()"
|
|
name: "staticIp()"
|
|
nameWithType: "ConnectedEnvironment.staticIp()"
|
|
summary: "Gets the static<wbr>Ip property: Static IP of the connected<wbr>Environment."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String staticIp()"
|
|
desc: "Gets the staticIp property: Static IP of the connectedEnvironment."
|
|
returns:
|
|
description: "the staticIp value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.systemData()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "ConnectedEnvironment.systemData()"
|
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.tags()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.tags()"
|
|
name: "tags()"
|
|
nameWithType: "ConnectedEnvironment.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.type()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.type()"
|
|
name: "type()"
|
|
nameWithType: "ConnectedEnvironment.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.update()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.update()"
|
|
name: "update()"
|
|
nameWithType: "ConnectedEnvironment.update()"
|
|
summary: "Begins update for the Connected<wbr>Environment resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ConnectedEnvironment.Update update()"
|
|
desc: "Begins update for the ConnectedEnvironment resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.Update?alt=com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of ConnectedEnvironment."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appcontainers.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0
|