-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.microsoft.azure.management.resources.ExportTemplateRequest.yml
83 lines (83 loc) · 6.3 KB
/
com.microsoft.azure.management.resources.ExportTemplateRequest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.ExportTemplateRequest"
fullName: "com.microsoft.azure.management.resources.ExportTemplateRequest"
name: "ExportTemplateRequest"
nameWithType: "ExportTemplateRequest"
summary: "Export resource group template request 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 **ExportTemplateRequest**"
constructors:
- uid: "com.microsoft.azure.management.resources.ExportTemplateRequest.ExportTemplateRequest()"
fullName: "com.microsoft.azure.management.resources.ExportTemplateRequest.ExportTemplateRequest()"
name: "ExportTemplateRequest()"
nameWithType: "ExportTemplateRequest.ExportTemplateRequest()"
syntax: "public ExportTemplateRequest()"
methods:
- uid: "com.microsoft.azure.management.resources.ExportTemplateRequest.options()"
fullName: "com.microsoft.azure.management.resources.ExportTemplateRequest.options()"
name: "options()"
nameWithType: "ExportTemplateRequest.options()"
summary: "Get the export template options."
syntax: "public String options()"
desc: "Get the export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'."
returns:
description: "the options 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.ExportTemplateRequest.resources()"
fullName: "com.microsoft.azure.management.resources.ExportTemplateRequest.resources()"
name: "resources()"
nameWithType: "ExportTemplateRequest.resources()"
summary: "Get the IDs of the resources to filter the export by."
syntax: "public List<String> resources()"
desc: "Get the IDs of the resources to filter the export by. To export all resources, supply an array with single entry '\\*'."
returns:
description: "the resources value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" 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.ExportTemplateRequest.withOptions(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.ExportTemplateRequest.withOptions(String options)"
name: "withOptions(String options)"
nameWithType: "ExportTemplateRequest.withOptions(String options)"
summary: "Set the export template options."
parameters:
- description: "the options value to set"
name: "options"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportTemplateRequest withOptions(String options)"
desc: "Set the export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'."
returns:
description: "the ExportTemplateRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.ExportTemplateRequest?alt=com.microsoft.azure.management.resources.ExportTemplateRequest&text=ExportTemplateRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ExportTemplateRequest.withResources(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.resources.ExportTemplateRequest.withResources(List<String> resources)"
name: "withResources(List<String> resources)"
nameWithType: "ExportTemplateRequest.withResources(List<String> resources)"
summary: "Set the IDs of the resources to filter the export by."
parameters:
- description: "the resources value to set"
name: "resources"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" 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 ExportTemplateRequest withResources(List<String> resources)"
desc: "Set the IDs of the resources to filter the export by. To export all resources, supply an array with single entry '\\*'."
returns:
description: "the ExportTemplateRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.ExportTemplateRequest?alt=com.microsoft.azure.management.resources.ExportTemplateRequest&text=ExportTemplateRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Export resource group template request parameters."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4