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

208 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner"
name: "ExperimentInner"
nameWithType: "ExperimentInner"
summary: "Defines the properties of an Experiment."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.Resource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.Resource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ExperimentInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.ExperimentInner()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.ExperimentInner()"
name: "ExperimentInner()"
nameWithType: "ExperimentInner.ExperimentInner()"
summary: "Creates an instance of Experiment<wbr>Inner class."
syntax: "public ExperimentInner()"
desc: "Creates an instance of ExperimentInner class."
methods:
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.description()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.description()"
name: "description()"
nameWithType: "ExperimentInner.description()"
summary: "Get the description property: The description of the details or intents of the Experiment."
syntax: "public String description()"
desc: "Get the description property: The description of the details or intents of the Experiment."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.enabledState()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.enabledState()"
name: "enabledState()"
nameWithType: "ExperimentInner.enabledState()"
summary: "Get the enabled<wbr>State property: The state of the Experiment."
syntax: "public State enabledState()"
desc: "Get the enabledState property: The state of the Experiment."
returns:
description: "the enabledState value."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.State?alt=com.azure.resourcemanager.frontdoor.models.State&text=State\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.endpointA()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.endpointA()"
name: "endpointA()"
nameWithType: "ExperimentInner.endpointA()"
summary: "Get the endpointA property: The endpoint A of an experiment."
syntax: "public Endpoint endpointA()"
desc: "Get the endpointA property: The endpoint A of an experiment."
returns:
description: "the endpointA value."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.Endpoint?alt=com.azure.resourcemanager.frontdoor.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.endpointB()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.endpointB()"
name: "endpointB()"
nameWithType: "ExperimentInner.endpointB()"
summary: "Get the endpointB property: The endpoint B of an experiment."
syntax: "public Endpoint endpointB()"
desc: "Get the endpointB property: The endpoint B of an experiment."
returns:
description: "the endpointB value."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.Endpoint?alt=com.azure.resourcemanager.frontdoor.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.resourceState()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.resourceState()"
name: "resourceState()"
nameWithType: "ExperimentInner.resourceState()"
summary: "Get the resource<wbr>State property: Resource status."
syntax: "public NetworkExperimentResourceState resourceState()"
desc: "Get the resourceState property: Resource status."
returns:
description: "the resourceState value."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.NetworkExperimentResourceState?alt=com.azure.resourcemanager.frontdoor.models.NetworkExperimentResourceState&text=NetworkExperimentResourceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.scriptFileUri()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.scriptFileUri()"
name: "scriptFileUri()"
nameWithType: "ExperimentInner.scriptFileUri()"
summary: "Get the script<wbr>File<wbr>Uri property: The uri to the Script used in the Experiment."
syntax: "public String scriptFileUri()"
desc: "Get the scriptFileUri property: The uri to the Script used in the Experiment."
returns:
description: "the scriptFileUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.status()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.status()"
name: "status()"
nameWithType: "ExperimentInner.status()"
summary: "Get the status property: The description of Experiment status from the server side."
syntax: "public String status()"
desc: "Get the status property: The description of Experiment status from the server side."
returns:
description: "the status value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.validate()"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.validate()"
name: "validate()"
nameWithType: "ExperimentInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ExperimentInner.withDescription(String description)"
summary: "Set the description property: The description of the details or intents of the Experiment."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExperimentInner withDescription(String description)"
desc: "Set the description property: The description of the details or intents of the Experiment."
returns:
description: "the ExperimentInner object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withEnabledState(com.azure.resourcemanager.frontdoor.models.State)"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withEnabledState(State enabledState)"
name: "withEnabledState(State enabledState)"
nameWithType: "ExperimentInner.withEnabledState(State enabledState)"
summary: "Set the enabled<wbr>State property: The state of the Experiment."
parameters:
- description: "the enabledState value to set."
name: "enabledState"
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.State?alt=com.azure.resourcemanager.frontdoor.models.State&text=State\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExperimentInner withEnabledState(State enabledState)"
desc: "Set the enabledState property: The state of the Experiment."
returns:
description: "the ExperimentInner object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withEndpointA(com.azure.resourcemanager.frontdoor.models.Endpoint)"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withEndpointA(Endpoint endpointA)"
name: "withEndpointA(Endpoint endpointA)"
nameWithType: "ExperimentInner.withEndpointA(Endpoint endpointA)"
summary: "Set the endpointA property: The endpoint A of an experiment."
parameters:
- description: "the endpointA value to set."
name: "endpointA"
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.Endpoint?alt=com.azure.resourcemanager.frontdoor.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExperimentInner withEndpointA(Endpoint endpointA)"
desc: "Set the endpointA property: The endpoint A of an experiment."
returns:
description: "the ExperimentInner object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withEndpointB(com.azure.resourcemanager.frontdoor.models.Endpoint)"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withEndpointB(Endpoint endpointB)"
name: "withEndpointB(Endpoint endpointB)"
nameWithType: "ExperimentInner.withEndpointB(Endpoint endpointB)"
summary: "Set the endpointB property: The endpoint B of an experiment."
parameters:
- description: "the endpointB value to set."
name: "endpointB"
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.Endpoint?alt=com.azure.resourcemanager.frontdoor.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExperimentInner withEndpointB(Endpoint endpointB)"
desc: "Set the endpointB property: The endpoint B of an experiment."
returns:
description: "the ExperimentInner object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ExperimentInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExperimentInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ExperimentInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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>&gt;"
syntax: "public ExperimentInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the properties of an Experiment."
metadata: {}
package: "com.azure.resourcemanager.frontdoor.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0