132 строки
8.3 KiB
YAML
132 строки
8.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.Dependency"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency"
|
|
name: "Dependency"
|
|
nameWithType: "Dependency"
|
|
summary: "Deployment dependency information."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **Dependency**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.Dependency()"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.Dependency()"
|
|
name: "Dependency()"
|
|
nameWithType: "Dependency.Dependency()"
|
|
syntax: "public Dependency()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.dependsOn()"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.dependsOn()"
|
|
name: "dependsOn()"
|
|
nameWithType: "Dependency.dependsOn()"
|
|
summary: "Get the list of dependencies."
|
|
syntax: "public List<BasicDependency> dependsOn()"
|
|
desc: "Get the list of dependencies."
|
|
returns:
|
|
description: "the dependsOn value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.BasicDependency?alt=com.microsoft.azure.management.resources.BasicDependency&text=BasicDependency\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.id()"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.id()"
|
|
name: "id()"
|
|
nameWithType: "Dependency.id()"
|
|
summary: "Get the ID of the dependency."
|
|
syntax: "public String id()"
|
|
desc: "Get the ID of the dependency."
|
|
returns:
|
|
description: "the id value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.resourceName()"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.resourceName()"
|
|
name: "resourceName()"
|
|
nameWithType: "Dependency.resourceName()"
|
|
summary: "Get the dependency resource name."
|
|
syntax: "public String resourceName()"
|
|
desc: "Get the dependency resource name."
|
|
returns:
|
|
description: "the resourceName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.resourceType()"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.resourceType()"
|
|
name: "resourceType()"
|
|
nameWithType: "Dependency.resourceType()"
|
|
summary: "Get the dependency resource type."
|
|
syntax: "public String resourceType()"
|
|
desc: "Get the dependency resource type."
|
|
returns:
|
|
description: "the resourceType value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.withDependsOn(java.util.List<com.microsoft.azure.management.resources.BasicDependency>)"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.withDependsOn(List<BasicDependency> dependsOn)"
|
|
name: "withDependsOn(List<BasicDependency> dependsOn)"
|
|
nameWithType: "Dependency.withDependsOn(List<BasicDependency> dependsOn)"
|
|
summary: "Set the list of dependencies."
|
|
parameters:
|
|
- description: "the dependsOn value to set"
|
|
name: "dependsOn"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.BasicDependency?alt=com.microsoft.azure.management.resources.BasicDependency&text=BasicDependency\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Dependency withDependsOn(List<BasicDependency> dependsOn)"
|
|
desc: "Set the list of dependencies."
|
|
returns:
|
|
description: "the Dependency object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Dependency?alt=com.microsoft.azure.management.resources.Dependency&text=Dependency\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.withId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "Dependency.withId(String id)"
|
|
summary: "Set the ID of the dependency."
|
|
parameters:
|
|
- description: "the id value to set"
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Dependency withId(String id)"
|
|
desc: "Set the ID of the dependency."
|
|
returns:
|
|
description: "the Dependency object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Dependency?alt=com.microsoft.azure.management.resources.Dependency&text=Dependency\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.withResourceName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.withResourceName(String resourceName)"
|
|
name: "withResourceName(String resourceName)"
|
|
nameWithType: "Dependency.withResourceName(String resourceName)"
|
|
summary: "Set the dependency resource name."
|
|
parameters:
|
|
- description: "the resourceName value to set"
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Dependency withResourceName(String resourceName)"
|
|
desc: "Set the dependency resource name."
|
|
returns:
|
|
description: "the Dependency object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Dependency?alt=com.microsoft.azure.management.resources.Dependency&text=Dependency\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Dependency.withResourceType(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Dependency.withResourceType(String resourceType)"
|
|
name: "withResourceType(String resourceType)"
|
|
nameWithType: "Dependency.withResourceType(String resourceType)"
|
|
summary: "Set the dependency resource type."
|
|
parameters:
|
|
- description: "the resourceType value to set"
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Dependency withResourceType(String resourceType)"
|
|
desc: "Set the dependency resource type."
|
|
returns:
|
|
description: "the Dependency object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Dependency?alt=com.microsoft.azure.management.resources.Dependency&text=Dependency\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Deployment dependency information."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|