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

134 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.models.TargetType"
fullName: "com.azure.resourcemanager.chaos.models.TargetType"
name: "TargetType"
nameWithType: "TargetType"
summary: "An immutable client-side representation of Target<wbr>Type."
syntax: "public interface **TargetType**"
methods:
- uid: "com.azure.resourcemanager.chaos.models.TargetType.description()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.description()"
name: "description()"
nameWithType: "TargetType.description()"
summary: "Gets the description property: Localized string of the description."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets 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.models.TargetType.displayName()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.displayName()"
name: "displayName()"
nameWithType: "TargetType.displayName()"
summary: "Gets the display<wbr>Name property: Localized string of the display name."
modifiers:
- "abstract"
syntax: "public abstract String displayName()"
desc: "Gets 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.models.TargetType.id()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.id()"
name: "id()"
nameWithType: "TargetType.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.chaos.models.TargetType.innerModel()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.innerModel()"
name: "innerModel()"
nameWithType: "TargetType.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>chaos.<wbr>fluent.<wbr>models.<wbr>Target<wbr>Type<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract TargetTypeInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner&text=TargetTypeInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.TargetType.location()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.location()"
name: "location()"
nameWithType: "TargetType.location()"
summary: "Gets the location property: Location of the Target Type resource."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: Location of the Target 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.models.TargetType.name()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.name()"
name: "name()"
nameWithType: "TargetType.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.chaos.models.TargetType.propertiesSchema()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.propertiesSchema()"
name: "propertiesSchema()"
nameWithType: "TargetType.propertiesSchema()"
summary: "Gets the properties<wbr>Schema property: URL to retrieve JSON schema of the Target Type properties."
modifiers:
- "abstract"
syntax: "public abstract String propertiesSchema()"
desc: "Gets the propertiesSchema property: URL to retrieve JSON schema of the Target Type properties."
returns:
description: "the propertiesSchema value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.chaos.models.TargetType.resourceTypes()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.resourceTypes()"
name: "resourceTypes()"
nameWithType: "TargetType.resourceTypes()"
summary: "Gets the resource<wbr>Types property: List of resource types this Target Type can extend."
modifiers:
- "abstract"
syntax: "public abstract List<String> resourceTypes()"
desc: "Gets the resourceTypes property: List of resource types this Target Type can extend."
returns:
description: "the resourceTypes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.chaos.models.TargetType.systemData()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.systemData()"
name: "systemData()"
nameWithType: "TargetType.systemData()"
summary: "Gets the system<wbr>Data property: The system metadata properties of the target type resource."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: The system metadata properties of the target 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.models.TargetType.type()"
fullName: "com.azure.resourcemanager.chaos.models.TargetType.type()"
name: "type()"
nameWithType: "TargetType.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>"
type: "interface"
desc: "An immutable client-side representation of TargetType."
metadata: {}
package: "com.azure.resourcemanager.chaos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0