74 строки
3.6 KiB
YAML
74 строки
3.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.changeanalysis.models.Change"
|
|
fullName: "com.azure.resourcemanager.changeanalysis.models.Change"
|
|
name: "Change"
|
|
nameWithType: "Change"
|
|
summary: "An immutable client-side representation of Change."
|
|
syntax: "public interface **Change**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.changeanalysis.models.Change.id()"
|
|
fullName: "com.azure.resourcemanager.changeanalysis.models.Change.id()"
|
|
name: "id()"
|
|
nameWithType: "Change.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.changeanalysis.models.Change.innerModel()"
|
|
fullName: "com.azure.resourcemanager.changeanalysis.models.Change.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Change.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>changeanalysis.<wbr>fluent.<wbr>models.<wbr>Change<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ChangeInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.changeanalysis.fluent.models.ChangeInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.changeanalysis.fluent.models.ChangeInner?alt=com.azure.resourcemanager.changeanalysis.fluent.models.ChangeInner&text=ChangeInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.changeanalysis.models.Change.name()"
|
|
fullName: "com.azure.resourcemanager.changeanalysis.models.Change.name()"
|
|
name: "name()"
|
|
nameWithType: "Change.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.changeanalysis.models.Change.properties()"
|
|
fullName: "com.azure.resourcemanager.changeanalysis.models.Change.properties()"
|
|
name: "properties()"
|
|
nameWithType: "Change.properties()"
|
|
summary: "Gets the properties property: The properties of a change."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ChangeProperties properties()"
|
|
desc: "Gets the properties property: The properties of a change."
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<xref href=\"com.azure.resourcemanager.changeanalysis.models.ChangeProperties?alt=com.azure.resourcemanager.changeanalysis.models.ChangeProperties&text=ChangeProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.changeanalysis.models.Change.type()"
|
|
fullName: "com.azure.resourcemanager.changeanalysis.models.Change.type()"
|
|
name: "type()"
|
|
nameWithType: "Change.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 Change."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.changeanalysis.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-changeanalysis:1.0.1
|