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

132 строки
9.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan"
name: "SolutionPlan"
nameWithType: "SolutionPlan"
summary: "Plan for solution object 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 **SolutionPlan**"
constructors:
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.SolutionPlan()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.SolutionPlan()"
name: "SolutionPlan()"
nameWithType: "SolutionPlan.SolutionPlan()"
syntax: "public SolutionPlan()"
methods:
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.name()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.name()"
name: "name()"
nameWithType: "SolutionPlan.name()"
summary: "Get name of the solution to be created."
syntax: "public String name()"
desc: "Get name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything."
returns:
description: "the name 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.SolutionPlan.product()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.product()"
name: "product()"
nameWithType: "SolutionPlan.product()"
summary: "Get name of the solution to enabled/add."
syntax: "public String product()"
desc: "Get name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive."
returns:
description: "the product 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.SolutionPlan.promotionCode()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.promotionCode()"
name: "promotionCode()"
nameWithType: "SolutionPlan.promotionCode()"
summary: "Get promotion<wbr>Code, Not really used now, can you left as empty."
syntax: "public String promotionCode()"
desc: "Get promotionCode, Not really used now, can you left as empty."
returns:
description: "the promotionCode 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.SolutionPlan.publisher()"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.publisher()"
name: "publisher()"
nameWithType: "SolutionPlan.publisher()"
summary: "Get publisher name."
syntax: "public String publisher()"
desc: "Get publisher name. For gallery solution, it is Microsoft."
returns:
description: "the publisher 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.SolutionPlan.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.withName(String name)"
name: "withName(String name)"
nameWithType: "SolutionPlan.withName(String name)"
summary: "Set name of the solution to be created."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SolutionPlan withName(String name)"
desc: "Set name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything."
returns:
description: "the SolutionPlan object itself."
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan&text=SolutionPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.withProduct(java.lang.String)"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.withProduct(String product)"
name: "withProduct(String product)"
nameWithType: "SolutionPlan.withProduct(String product)"
summary: "Set name of the solution to enabled/add."
parameters:
- description: "the product value to set"
name: "product"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SolutionPlan withProduct(String product)"
desc: "Set name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive."
returns:
description: "the SolutionPlan object itself."
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan&text=SolutionPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.withPromotionCode(java.lang.String)"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.withPromotionCode(String promotionCode)"
name: "withPromotionCode(String promotionCode)"
nameWithType: "SolutionPlan.withPromotionCode(String promotionCode)"
summary: "Set promotion<wbr>Code, Not really used now, can you left as empty."
parameters:
- description: "the promotionCode value to set"
name: "promotionCode"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SolutionPlan withPromotionCode(String promotionCode)"
desc: "Set promotionCode, Not really used now, can you left as empty."
returns:
description: "the SolutionPlan object itself."
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan&text=SolutionPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.withPublisher(java.lang.String)"
fullName: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan.withPublisher(String publisher)"
name: "withPublisher(String publisher)"
nameWithType: "SolutionPlan.withPublisher(String publisher)"
summary: "Set publisher name."
parameters:
- description: "the publisher value to set"
name: "publisher"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SolutionPlan withPublisher(String publisher)"
desc: "Set publisher name. For gallery solution, it is Microsoft."
returns:
description: "the SolutionPlan object itself."
type: "<xref href=\"com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan?alt=com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.SolutionPlan&text=SolutionPlan\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Plan for solution object 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