azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

118 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties"
name: "SolutionProperties"
nameWithType: "SolutionProperties"
summary: "Solution properties supported by the Operations<wbr>Management resource provider."
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 **SolutionProperties**"
constructors:
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.SolutionProperties()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.SolutionProperties()"
name: "SolutionProperties()"
nameWithType: "SolutionProperties.SolutionProperties()"
syntax: "public SolutionProperties()"
methods:
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.containedResources()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.containedResources()"
name: "containedResources()"
nameWithType: "SolutionProperties.containedResources()"
summary: "Get the azure resources that will be contained within the solutions."
syntax: "public List<String> containedResources()"
desc: "Get the azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted."
returns:
description: "the containedResources value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.provisioningState()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "SolutionProperties.provisioningState()"
summary: "Get the provisioning state for the solution."
syntax: "public String provisioningState()"
desc: "Get the provisioning state for the solution."
returns:
description: "the provisioningState value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.referencedResources()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.referencedResources()"
name: "referencedResources()"
nameWithType: "SolutionProperties.referencedResources()"
summary: "Get the resources that will be referenced from this solution."
syntax: "public List<String> referencedResources()"
desc: "Get the resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution."
returns:
description: "the referencedResources value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.withContainedResources(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.withContainedResources(List<String> containedResources)"
name: "withContainedResources(List<String> containedResources)"
nameWithType: "SolutionProperties.withContainedResources(List<String> containedResources)"
summary: "Set the azure resources that will be contained within the solutions."
parameters:
- description: "the containedResources value to set"
name: "containedResources"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SolutionProperties withContainedResources(List<String> containedResources)"
desc: "Set the azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted."
returns:
description: "the SolutionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties&text=SolutionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.withReferencedResources(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.withReferencedResources(List<String> referencedResources)"
name: "withReferencedResources(List<String> referencedResources)"
nameWithType: "SolutionProperties.withReferencedResources(List<String> referencedResources)"
summary: "Set the resources that will be referenced from this solution."
parameters:
- description: "the referencedResources value to set"
name: "referencedResources"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SolutionProperties withReferencedResources(List<String> referencedResources)"
desc: "Set the resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution."
returns:
description: "the SolutionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties&text=SolutionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.withWorkspaceResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.withWorkspaceResourceId(String workspaceResourceId)"
name: "withWorkspaceResourceId(String workspaceResourceId)"
nameWithType: "SolutionProperties.withWorkspaceResourceId(String workspaceResourceId)"
summary: "Set the azure resource<wbr>Id for the workspace where the solution will be deployed/enabled."
parameters:
- description: "the workspaceResourceId value to set"
name: "workspaceResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SolutionProperties withWorkspaceResourceId(String workspaceResourceId)"
desc: "Set the azure resourceId for the workspace where the solution will be deployed/enabled."
returns:
description: "the SolutionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties&text=SolutionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.workspaceResourceId()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionProperties.workspaceResourceId()"
name: "workspaceResourceId()"
nameWithType: "SolutionProperties.workspaceResourceId()"
summary: "Get the azure resource<wbr>Id for the workspace where the solution will be deployed/enabled."
syntax: "public String workspaceResourceId()"
desc: "Get the azure resourceId for the workspace where the solution will be deployed/enabled."
returns:
description: "the workspaceResourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Solution properties supported by the OperationsManagement resource provider."
metadata: {}
package: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview"
artifact: com.microsoft.azure.operationsmanagement.v2015_11_01_preview:azure-mgmt-operationsmanagement:1.0.0-beta