-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.microsoft.azure.management.appservice.HostName.yml
181 lines (169 loc) · 9.43 KB
/
com.microsoft.azure.management.appservice.HostName.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.HostName.azureResourceName()
name: azureResourceName()
nameWithType: HostName.azureResourceName()
returns:
description: <p>the azureResourceName value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the azureResourceName value.</p>
<p></p>
syntax: public String azureResourceName()
uid: com.microsoft.azure.management.appservice.HostName.azureResourceName()
- fullName: com.microsoft.azure.management.appservice.HostName.azureResourceType()
name: azureResourceType()
nameWithType: HostName.azureResourceType()
returns:
description: <p>the azureResourceType value </p>
type: <xref href="com.microsoft.azure.management.appservice.AzureResourceType?alt=com.microsoft.azure.management.appservice.AzureResourceType&text=AzureResourceType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the azureResourceType value.</p>
<p></p>
syntax: public AzureResourceType azureResourceType()
uid: com.microsoft.azure.management.appservice.HostName.azureResourceType()
- fullName: com.microsoft.azure.management.appservice.HostName.customHostNameDnsRecordType()
name: customHostNameDnsRecordType()
nameWithType: HostName.customHostNameDnsRecordType()
returns:
description: <p>the customHostNameDnsRecordType value </p>
type: <xref href="com.microsoft.azure.management.appservice.CustomHostNameDnsRecordType?alt=com.microsoft.azure.management.appservice.CustomHostNameDnsRecordType&text=CustomHostNameDnsRecordType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the customHostNameDnsRecordType value.</p>
<p></p>
syntax: public CustomHostNameDnsRecordType customHostNameDnsRecordType()
uid: com.microsoft.azure.management.appservice.HostName.customHostNameDnsRecordType()
- fullName: com.microsoft.azure.management.appservice.HostName.hostNameType()
name: hostNameType()
nameWithType: HostName.hostNameType()
returns:
description: <p>the hostNameType value </p>
type: <xref href="com.microsoft.azure.management.appservice.HostNameType?alt=com.microsoft.azure.management.appservice.HostNameType&text=HostNameType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the hostNameType value.</p>
<p></p>
syntax: public HostNameType hostNameType()
uid: com.microsoft.azure.management.appservice.HostName.hostNameType()
- fullName: com.microsoft.azure.management.appservice.HostName.name()
name: name()
nameWithType: HostName.name()
returns:
description: <p>the name value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name value.</p>
<p></p>
syntax: public String name()
uid: com.microsoft.azure.management.appservice.HostName.name()
- fullName: com.microsoft.azure.management.appservice.HostName.siteNames()
name: siteNames()
nameWithType: HostName.siteNames()
returns:
description: <p>the siteNames value </p>
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the siteNames value.</p>
<p></p>
syntax: public List<String> siteNames()
uid: com.microsoft.azure.management.appservice.HostName.siteNames()
- fullName: com.microsoft.azure.management.appservice.HostName.withAzureResourceName(String azureResourceName)
name: withAzureResourceName(String azureResourceName)
nameWithType: HostName.withAzureResourceName(String azureResourceName)
parameters:
- description: <p>the azureResourceName value to set </p>
name: azureResourceName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostName object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostName?alt=com.microsoft.azure.management.appservice.HostName&text=HostName" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the azureResourceName value.</p>
<p></p>
syntax: public HostName withAzureResourceName(String azureResourceName)
uid: com.microsoft.azure.management.appservice.HostName.withAzureResourceName(String)
- fullName: com.microsoft.azure.management.appservice.HostName.withAzureResourceType(AzureResourceType azureResourceType)
name: withAzureResourceType(AzureResourceType azureResourceType)
nameWithType: HostName.withAzureResourceType(AzureResourceType azureResourceType)
parameters:
- description: <p>the azureResourceType value to set </p>
name: azureResourceType
type: <xref href="com.microsoft.azure.management.appservice.AzureResourceType?alt=com.microsoft.azure.management.appservice.AzureResourceType&text=AzureResourceType" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostName object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostName?alt=com.microsoft.azure.management.appservice.HostName&text=HostName" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the azureResourceType value.</p>
<p></p>
syntax: public HostName withAzureResourceType(AzureResourceType azureResourceType)
uid: com.microsoft.azure.management.appservice.HostName.withAzureResourceType(AzureResourceType)
- fullName: com.microsoft.azure.management.appservice.HostName.withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
name: withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
nameWithType: HostName.withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
parameters:
- description: <p>the customHostNameDnsRecordType value to set </p>
name: customHostNameDnsRecordType
type: <xref href="com.microsoft.azure.management.appservice.CustomHostNameDnsRecordType?alt=com.microsoft.azure.management.appservice.CustomHostNameDnsRecordType&text=CustomHostNameDnsRecordType" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostName object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostName?alt=com.microsoft.azure.management.appservice.HostName&text=HostName" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the customHostNameDnsRecordType value.</p>
<p></p>
syntax: public HostName withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
uid: com.microsoft.azure.management.appservice.HostName.withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType)
- fullName: com.microsoft.azure.management.appservice.HostName.withHostNameType(HostNameType hostNameType)
name: withHostNameType(HostNameType hostNameType)
nameWithType: HostName.withHostNameType(HostNameType hostNameType)
parameters:
- description: <p>the hostNameType value to set </p>
name: hostNameType
type: <xref href="com.microsoft.azure.management.appservice.HostNameType?alt=com.microsoft.azure.management.appservice.HostNameType&text=HostNameType" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostName object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostName?alt=com.microsoft.azure.management.appservice.HostName&text=HostName" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the hostNameType value.</p>
<p></p>
syntax: public HostName withHostNameType(HostNameType hostNameType)
uid: com.microsoft.azure.management.appservice.HostName.withHostNameType(HostNameType)
- fullName: com.microsoft.azure.management.appservice.HostName.withName(String name)
name: withName(String name)
nameWithType: HostName.withName(String name)
parameters:
- description: <p>the name value to set </p>
name: name
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostName object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostName?alt=com.microsoft.azure.management.appservice.HostName&text=HostName" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public HostName withName(String name)
uid: com.microsoft.azure.management.appservice.HostName.withName(String)
- fullName: com.microsoft.azure.management.appservice.HostName.withSiteNames(List<String> siteNames)
name: withSiteNames(List<String> siteNames)
nameWithType: HostName.withSiteNames(List<String> siteNames)
parameters:
- description: <p>the siteNames value to set </p>
name: siteNames
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostName object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostName?alt=com.microsoft.azure.management.appservice.HostName&text=HostName" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the siteNames value.</p>
<p></p>
syntax: public HostName withSiteNames(List<String> siteNames)
uid: com.microsoft.azure.management.appservice.HostName.withSiteNames(List<String>)
nameWithType: HostName
syntax: public class HostName
type: class
uid: com.microsoft.azure.management.appservice.HostName
fullName: com.microsoft.azure.management.appservice.HostName
name: HostName
package: com.microsoft.azure.management.appservice
summary: <p>Details of a hostname derived from a domain. </p>
metadata: {}