227 строки
17 KiB
YAML
227 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner"
|
|
name: "CapabilityTypeInner"
|
|
nameWithType: "CapabilityTypeInner"
|
|
summary: "Model that represents a Capability Type resource."
|
|
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\" />"
|
|
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: "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 **CapabilityTypeInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.CapabilityTypeInner()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.CapabilityTypeInner()"
|
|
name: "CapabilityTypeInner()"
|
|
nameWithType: "CapabilityTypeInner.CapabilityTypeInner()"
|
|
summary: "Creates an instance of Capability<wbr>Type<wbr>Inner class."
|
|
syntax: "public CapabilityTypeInner()"
|
|
desc: "Creates an instance of CapabilityTypeInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.azureRbacActions()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.azureRbacActions()"
|
|
name: "azureRbacActions()"
|
|
nameWithType: "CapabilityTypeInner.azureRbacActions()"
|
|
summary: "Get the azure<wbr>Rbac<wbr>Actions property: Control plane actions necessary to execute capability type."
|
|
syntax: "public List<String> azureRbacActions()"
|
|
desc: "Get the azureRbacActions property: Control plane actions necessary to execute capability type."
|
|
returns:
|
|
description: "the azureRbacActions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.azureRbacDataActions()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.azureRbacDataActions()"
|
|
name: "azureRbacDataActions()"
|
|
nameWithType: "CapabilityTypeInner.azureRbacDataActions()"
|
|
summary: "Get the azure<wbr>Rbac<wbr>Data<wbr>Actions property: Data plane actions necessary to execute capability type."
|
|
syntax: "public List<String> azureRbacDataActions()"
|
|
desc: "Get the azureRbacDataActions property: Data plane actions necessary to execute capability type."
|
|
returns:
|
|
description: "the azureRbacDataActions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.description()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.description()"
|
|
name: "description()"
|
|
nameWithType: "CapabilityTypeInner.description()"
|
|
summary: "Get the description property: Localized string of the description."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: Localized string of the description."
|
|
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.chaos.fluent.models.CapabilityTypeInner.displayName()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "CapabilityTypeInner.displayName()"
|
|
summary: "Get the display<wbr>Name property: Localized string of the display name."
|
|
syntax: "public String displayName()"
|
|
desc: "Get the displayName property: Localized string of the display name."
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.kind()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.kind()"
|
|
name: "kind()"
|
|
nameWithType: "CapabilityTypeInner.kind()"
|
|
summary: "Get the kind property: String of the kind of this Capability Type."
|
|
syntax: "public String kind()"
|
|
desc: "Get the kind property: String of the kind of this Capability Type."
|
|
returns:
|
|
description: "the kind value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.location()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.location()"
|
|
name: "location()"
|
|
nameWithType: "CapabilityTypeInner.location()"
|
|
summary: "Get the location property: Location of the Capability Type resource."
|
|
syntax: "public String location()"
|
|
desc: "Get the location property: Location of the Capability Type resource."
|
|
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.chaos.fluent.models.CapabilityTypeInner.parametersSchema()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.parametersSchema()"
|
|
name: "parametersSchema()"
|
|
nameWithType: "CapabilityTypeInner.parametersSchema()"
|
|
summary: "Get the parameters<wbr>Schema property: URL to retrieve JSON schema of the Capability Type parameters."
|
|
syntax: "public String parametersSchema()"
|
|
desc: "Get the parametersSchema property: URL to retrieve JSON schema of the Capability Type parameters."
|
|
returns:
|
|
description: "the parametersSchema value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.publisher()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.publisher()"
|
|
name: "publisher()"
|
|
nameWithType: "CapabilityTypeInner.publisher()"
|
|
summary: "Get the publisher property: String of the Publisher that this Capability Type extends."
|
|
syntax: "public String publisher()"
|
|
desc: "Get the publisher property: String of the Publisher that this Capability Type extends."
|
|
returns:
|
|
description: "the publisher value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.runtimeProperties()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.runtimeProperties()"
|
|
name: "runtimeProperties()"
|
|
nameWithType: "CapabilityTypeInner.runtimeProperties()"
|
|
summary: "Get the runtime<wbr>Properties property: Runtime properties of this Capability Type."
|
|
syntax: "public CapabilityTypePropertiesRuntimeProperties runtimeProperties()"
|
|
desc: "Get the runtimeProperties property: Runtime properties of this Capability Type."
|
|
returns:
|
|
description: "the runtimeProperties value."
|
|
type: "<xref href=\"com.azure.resourcemanager.chaos.models.CapabilityTypePropertiesRuntimeProperties?alt=com.azure.resourcemanager.chaos.models.CapabilityTypePropertiesRuntimeProperties&text=CapabilityTypePropertiesRuntimeProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.systemData()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "CapabilityTypeInner.systemData()"
|
|
summary: "Get the system<wbr>Data property: The system metadata properties of the capability type resource."
|
|
syntax: "public SystemData systemData()"
|
|
desc: "Get the systemData property: The system metadata properties of the capability type resource."
|
|
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.chaos.fluent.models.CapabilityTypeInner.targetType()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.targetType()"
|
|
name: "targetType()"
|
|
nameWithType: "CapabilityTypeInner.targetType()"
|
|
summary: "Get the target<wbr>Type property: String of the Target Type that this Capability Type extends."
|
|
syntax: "public String targetType()"
|
|
desc: "Get the targetType property: String of the Target Type that this Capability Type extends."
|
|
returns:
|
|
description: "the targetType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.urn()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.urn()"
|
|
name: "urn()"
|
|
nameWithType: "CapabilityTypeInner.urn()"
|
|
summary: "Get the urn property: String of the URN for this Capability Type."
|
|
syntax: "public String urn()"
|
|
desc: "Get the urn property: String of the URN for this Capability Type."
|
|
returns:
|
|
description: "the urn value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.validate()"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "CapabilityTypeInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withAzureRbacActions(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withAzureRbacActions(List<String> azureRbacActions)"
|
|
name: "withAzureRbacActions(List<String> azureRbacActions)"
|
|
nameWithType: "CapabilityTypeInner.withAzureRbacActions(List<String> azureRbacActions)"
|
|
summary: "Set the azure<wbr>Rbac<wbr>Actions property: Control plane actions necessary to execute capability type."
|
|
parameters:
|
|
- description: "the azureRbacActions value to set."
|
|
name: "azureRbacActions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public CapabilityTypeInner withAzureRbacActions(List<String> azureRbacActions)"
|
|
desc: "Set the azureRbacActions property: Control plane actions necessary to execute capability type."
|
|
returns:
|
|
description: "the CapabilityTypeInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner&text=CapabilityTypeInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withAzureRbacDataActions(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withAzureRbacDataActions(List<String> azureRbacDataActions)"
|
|
name: "withAzureRbacDataActions(List<String> azureRbacDataActions)"
|
|
nameWithType: "CapabilityTypeInner.withAzureRbacDataActions(List<String> azureRbacDataActions)"
|
|
summary: "Set the azure<wbr>Rbac<wbr>Data<wbr>Actions property: Data plane actions necessary to execute capability type."
|
|
parameters:
|
|
- description: "the azureRbacDataActions value to set."
|
|
name: "azureRbacDataActions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public CapabilityTypeInner withAzureRbacDataActions(List<String> azureRbacDataActions)"
|
|
desc: "Set the azureRbacDataActions property: Data plane actions necessary to execute capability type."
|
|
returns:
|
|
description: "the CapabilityTypeInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner&text=CapabilityTypeInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "CapabilityTypeInner.withLocation(String location)"
|
|
summary: "Set the location property: Location of the Capability Type resource."
|
|
parameters:
|
|
- description: "the location value to set."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CapabilityTypeInner withLocation(String location)"
|
|
desc: "Set the location property: Location of the Capability Type resource."
|
|
returns:
|
|
description: "the CapabilityTypeInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner&text=CapabilityTypeInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withRuntimeProperties(com.azure.resourcemanager.chaos.models.CapabilityTypePropertiesRuntimeProperties)"
|
|
fullName: "com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner.withRuntimeProperties(CapabilityTypePropertiesRuntimeProperties runtimeProperties)"
|
|
name: "withRuntimeProperties(CapabilityTypePropertiesRuntimeProperties runtimeProperties)"
|
|
nameWithType: "CapabilityTypeInner.withRuntimeProperties(CapabilityTypePropertiesRuntimeProperties runtimeProperties)"
|
|
summary: "Set the runtime<wbr>Properties property: Runtime properties of this Capability Type."
|
|
parameters:
|
|
- description: "the runtimeProperties value to set."
|
|
name: "runtimeProperties"
|
|
type: "<xref href=\"com.azure.resourcemanager.chaos.models.CapabilityTypePropertiesRuntimeProperties?alt=com.azure.resourcemanager.chaos.models.CapabilityTypePropertiesRuntimeProperties&text=CapabilityTypePropertiesRuntimeProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CapabilityTypeInner withRuntimeProperties(CapabilityTypePropertiesRuntimeProperties runtimeProperties)"
|
|
desc: "Set the runtimeProperties property: Runtime properties of this Capability Type."
|
|
returns:
|
|
description: "the CapabilityTypeInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.CapabilityTypeInner&text=CapabilityTypeInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Model that represents a Capability Type resource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.chaos.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0
|