108 строки
7.5 KiB
YAML
108 строки
7.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.ScopedDeployment"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment"
|
|
name: "ScopedDeployment"
|
|
nameWithType: "ScopedDeployment"
|
|
summary: "Deployment operation parameters."
|
|
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 **ScopedDeployment**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.resources.ScopedDeployment.ScopedDeployment()"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment.ScopedDeployment()"
|
|
name: "ScopedDeployment()"
|
|
nameWithType: "ScopedDeployment.ScopedDeployment()"
|
|
syntax: "public ScopedDeployment()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.ScopedDeployment.location()"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment.location()"
|
|
name: "location()"
|
|
nameWithType: "ScopedDeployment.location()"
|
|
summary: "Get the location to store the deployment data."
|
|
syntax: "public String location()"
|
|
desc: "Get the location to store the deployment data."
|
|
returns:
|
|
description: "the location 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.ScopedDeployment.properties()"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment.properties()"
|
|
name: "properties()"
|
|
nameWithType: "ScopedDeployment.properties()"
|
|
summary: "Get the deployment properties."
|
|
syntax: "public DeploymentProperties properties()"
|
|
desc: "Get the deployment properties."
|
|
returns:
|
|
description: "the properties value"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.ScopedDeployment.tags()"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment.tags()"
|
|
name: "tags()"
|
|
nameWithType: "ScopedDeployment.tags()"
|
|
summary: "Get deployment tags."
|
|
syntax: "public Map<String,String> tags()"
|
|
desc: "Get deployment tags."
|
|
returns:
|
|
description: "the tags value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.ScopedDeployment.withLocation(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "ScopedDeployment.withLocation(String location)"
|
|
summary: "Set the location to store the deployment data."
|
|
parameters:
|
|
- description: "the location value to set"
|
|
name: "location"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ScopedDeployment withLocation(String location)"
|
|
desc: "Set the location to store the deployment data."
|
|
returns:
|
|
description: "the ScopedDeployment object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ScopedDeployment?alt=com.microsoft.azure.management.resources.ScopedDeployment&text=ScopedDeployment\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.ScopedDeployment.withProperties(com.microsoft.azure.management.resources.DeploymentProperties)"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment.withProperties(DeploymentProperties properties)"
|
|
name: "withProperties(DeploymentProperties properties)"
|
|
nameWithType: "ScopedDeployment.withProperties(DeploymentProperties properties)"
|
|
summary: "Set the deployment properties."
|
|
parameters:
|
|
- description: "the properties value to set"
|
|
name: "properties"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ScopedDeployment withProperties(DeploymentProperties properties)"
|
|
desc: "Set the deployment properties."
|
|
returns:
|
|
description: "the ScopedDeployment object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ScopedDeployment?alt=com.microsoft.azure.management.resources.ScopedDeployment&text=ScopedDeployment\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.ScopedDeployment.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.resources.ScopedDeployment.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "ScopedDeployment.withTags(Map<String,String> tags)"
|
|
summary: "Set deployment tags."
|
|
parameters:
|
|
- description: "the tags value to set"
|
|
name: "tags"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ScopedDeployment withTags(Map<String,String> tags)"
|
|
desc: "Set deployment tags."
|
|
returns:
|
|
description: "the ScopedDeployment object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ScopedDeployment?alt=com.microsoft.azure.management.resources.ScopedDeployment&text=ScopedDeployment\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Deployment operation parameters."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|