ProfileInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. frontdoor. fluent. models. ProfileInner
- com.
- com.
- com.
public final class ProfileInner
extends Resource
Defines an Network Experiment Profile and lists of Experiments.
Constructor Summary
| Constructor | Description |
|---|---|
| ProfileInner() |
Creates an instance of Profile |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| State |
enabledState()
Get the enabled |
| String |
etag()
Get the etag property: Gets a unique read-only string that changes whenever the resource is updated. |
|
Network |
resourceState()
Get the resource |
| void |
validate()
Validates the instance. |
|
Profile |
withEnabledState(State enabledState)
Set the enabled |
|
Profile |
withEtag(String etag)
Set the etag property: Gets a unique read-only string that changes whenever the resource is updated. |
|
Profile |
withLocation(String location) |
|
Profile |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
ProfileInner
public ProfileInner()
Creates an instance of ProfileInner class.
Method Details
enabledState
public State enabledState()
Get the enabledState property: The state of the Experiment.
Returns:
etag
public String etag()
Get the etag property: Gets a unique read-only string that changes whenever the resource is updated.
Returns:
resourceState
public NetworkExperimentResourceState resourceState()
Get the resourceState property: Resource status.
Returns:
validate
public void validate()
Validates the instance.
withEnabledState
public ProfileInner withEnabledState(State enabledState)
Set the enabledState property: The state of the Experiment.
Parameters:
Returns:
withEtag
public ProfileInner withEtag(String etag)
Set the etag property: Gets a unique read-only string that changes whenever the resource is updated.
Parameters:
Returns:
withLocation
public ProfileInner withLocation(String location)
Overrides:
ProfileInner.withLocation(String location)Parameters:
withTags
public ProfileInner withTags(Map<String,String> tags)
Overrides:
ProfileInner.withTags(Map<String,String> tags)Parameters: