This commit is contained in:
OpenPublishBuild 2017-01-17 23:41:55 +00:00
Родитель 4467701c60
Коммит 9d84dc8bdf
221 изменённых файлов: 4443 добавлений и 6519 удалений

Просмотреть файл

@ -41,7 +41,7 @@ items:
branch: master
repo: https://github.com/Azure/azure-event-hubs-java
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 28
startLine: 31
package: com.microsoft.azure.eventhubs
summary: <p>Anchor class - all EventHub client operations STARTS here. </p>
syntax: &o1
@ -73,7 +73,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 925
startLine: 928
package: com.microsoft.azure.eventhubs
summary: >-
<p>Create a Epoch based EventHub receiver with given partition id and start receiving from the beginning of the partition stream. The receiver is created for a specific EventHub Partition from the specific consumer group. </p>
@ -115,7 +115,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 856
startLine: 859
package: com.microsoft.azure.eventhubs
summary: >-
<p>Create a Epoch based EventHub receiver with given partition id and start receiving from the beginning of the partition stream. The receiver is created for a specific EventHub Partition from the specific consumer group. </p>
@ -160,7 +160,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 785
startLine: 788
package: com.microsoft.azure.eventhubs
summary: >-
<p>Create a Epoch based EventHub receiver with given partition id and start receiving from the beginning of the partition stream. The receiver is created for a specific EventHub Partition from the specific consumer group. </p>
@ -202,7 +202,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 871
startLine: 874
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createEpochReceiver(final String,final String,final Instant,final long)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -241,7 +241,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 801
startLine: 804
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createEpochReceiver(final String,final String,final String,boolean,final long)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -283,7 +283,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 731
startLine: 734
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createEpochReceiver(final String,final String,final String,final long)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -322,7 +322,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 101
startLine: 104
package: com.microsoft.azure.eventhubs
summary: >-
<p>Factory method to create an instance of <xref href="com.microsoft.azure.eventhubs._event_hub_client" data-throw-if-not-resolved="false"></xref> using the supplied connectionString. In a normal scenario (when re-direct is not enabled) - one <xref href="com.microsoft.azure.eventhubs._event_hub_client" data-throw-if-not-resolved="false"></xref> instance maps to one Connection to the Azure ServiceBus EventHubs service.</p>
@ -359,7 +359,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 55
startLine: 58
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createFromConnectionString(final String)" data-throw-if-not-resolved="false"></xref>. </p>
syntax: &o5
@ -391,7 +391,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 533
startLine: 536
package: com.microsoft.azure.eventhubs
summary: >-
<p>Create a <xref href="com.microsoft.azure.eventhubs._partition_sender" data-throw-if-not-resolved="false"></xref> which can publish <xref href="com.microsoft.azure.eventhubs._event_data" data-throw-if-not-resolved="false"></xref>'s directly to a specific EventHub partition (sender type iii. in the below list). </p>
@ -432,7 +432,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 483
startLine: 486
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createPartitionSender(final String)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -462,7 +462,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 716
startLine: 719
package: com.microsoft.azure.eventhubs
summary: <p>Create the EventHub receiver with given partition id and start receiving from the specified starting offset. The receiver is created for a specific EventHub Partition from the specific consumer group. </p>
syntax: &o9
@ -498,7 +498,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 596
startLine: 599
package: com.microsoft.azure.eventhubs
summary: >-
<p>The receiver is created for a specific EventHub partition from the specific consumer group.</p>
@ -539,7 +539,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 657
startLine: 660
package: com.microsoft.azure.eventhubs
summary: <p>Create the EventHub receiver with given partition id and start receiving from the specified starting offset. The receiver is created for a specific EventHub Partition from the specific consumer group. </p>
syntax: &o8
@ -578,7 +578,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 671
startLine: 674
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createReceiver(final String,final String,final Instant)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -614,7 +614,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 547
startLine: 550
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createReceiver(final String,final String,final String)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -650,7 +650,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 611
startLine: 614
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.createReceiver(final String,final String,final String,boolean)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -689,7 +689,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 30
startLine: 33
package: com.microsoft.azure.eventhubs
syntax:
content: public static final String DEFAULT_CONSUMER_GROUP_NAME= "$Default"
@ -707,7 +707,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 932
startLine: 935
package: com.microsoft.azure.eventhubs
syntax:
content: public CompletableFuture<Void> onClose()
@ -725,7 +725,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 184
startLine: 187
package: com.microsoft.azure.eventhubs
summary: "<p>Send <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> to EventHub. The sent <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> will land on any arbitrarily chosen EventHubs partition.</p>\r\n<p>There are 3 ways to send to EventHubs, each exposed as a method (along with its sendBatch overload): <itemizedlist><listitem><p><xref href=\"com.microsoft.azure.eventhubs._event_hub_client.send(final EventData)\" data-throw-if-not-resolved=\"false\"></xref> or <ref refid=\"\" kindref=\"compound\">send(Iterable)</ref></p></listitem><listitem><p><xref href=\"com.microsoft.azure.eventhubs._event_hub_client.send(final EventData,final String)\" data-throw-if-not-resolved=\"false\"></xref> or <ref refid=\"\" kindref=\"compound\">send(Iterable, String)</ref></p></listitem><listitem><p><xref href=\"com.microsoft.azure.eventhubs._partition_sender.send(EventData)\" data-throw-if-not-resolved=\"false\"></xref> or <ref refid=\"\" kindref=\"compound\">PartitionSender#send(Iterable)</ref></p></listitem></itemizedlist></p>\r\n<p>Use this method to Send, if: <preformatted>\r\na) the send(<xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>) operation should be highly available and \r\nb) the data needs to be evenly distributed among all partitions; exception being, when a subset of partitions are unavailable\r\n</preformatted></p>\r\n<p>\r\n <xref href=\"com.microsoft.azure.eventhubs._event_hub_client.send(final EventData)\" data-throw-if-not-resolved=\"false\"></xref> send's the <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> to a Service Gateway, which in-turn will forward the <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> to one of the EventHubs' partitions. Here's the message forwarding algorithm: <preformatted>\r\ni. Forward the <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>'s to EventHub partitions, by equally distributing the data among all partitions (ex: Round-robin the <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>'s to all EventHubs' partitions) \r\nii. If one of the EventHub partitions is unavailable for a moment, the Service Gateway will automatically detect it and forward the message to another available partition - making the Send operation highly-available.\r\n</preformatted></p>"
syntax: &o3
@ -754,7 +754,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 368
startLine: 371
package: com.microsoft.azure.eventhubs
summary: >-
<p>Send an '<xref href="com.microsoft.azure.eventhubs._event_data" data-throw-if-not-resolved="false"></xref> with a partitionKey' to EventHub. All <xref href="com.microsoft.azure.eventhubs._event_data" data-throw-if-not-resolved="false"></xref>'s with a partitionKey are guaranteed to land on the same partition. This send pattern emphasize data correlation over general availability and latency. </p>
@ -807,7 +807,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 285
startLine: 288
package: com.microsoft.azure.eventhubs
summary: "<p>Send a batch of <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> to EventHub. The sent <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> will land on any arbitrarily chosen EventHubs partition. This is the most recommended way to Send to EventHubs.</p>\r\n<p>There are 3 ways to send to EventHubs, to understand this particular type of Send refer to the overload <xref href=\"com.microsoft.azure.eventhubs._event_hub_client.send(final EventData)\" data-throw-if-not-resolved=\"false\"></xref>, which is used to send single <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>. Use this overload versus <xref href=\"com.microsoft.azure.eventhubs._event_hub_client.send(final EventData)\" data-throw-if-not-resolved=\"false\"></xref>, if you need to send a batch of <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>.</p>\r\n<p>Sending a batch of <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>'s is useful in the following cases: <preformatted>\r\ni. Efficient send - sending a batch of <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> maximizes the overall throughput by optimally using the number of sessions created to EventHubs' service.\r\nii. Send multiple <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>'s in a Transaction. To achieve ACID properties, the Gateway Service will forward all <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>'s in the batch to a single EventHubs' partition.\r\n</preformatted></p>\r\n<p>Sample code (sample uses sync version of the api but concept are identical): <preformatted> \r\nGson gson = new GsonBuilder().create();\r\n<xref href=\"com.microsoft.azure.eventhubs._event_hub_client\" data-throw-if-not-resolved=\"false\"></xref> client = <xref href=\"com.microsoft.azure.eventhubs._event_hub_client.createFromConnectionStringSync(final String)\" data-throw-if-not-resolved=\"false\"></xref>(\"__connection__\");</preformatted></p>\r\n<p>\r\n <preformatted>while (true)\r\n{\r\n LinkedList{&lt;}<xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>{&gt;} events = new LinkedList{&lt;}<xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref>{&gt;}();}\r\n for (int count = 1; count {&lt;} 11; count++)\r\n {\r\n PayloadEvent payload = new PayloadEvent(count);\r\n byte[] payloadBytes = gson.toJson(payload).getBytes(Charset.defaultCharset());\r\n <xref href=\"com.microsoft.azure.eventhubs._event_data\" data-throw-if-not-resolved=\"false\"></xref> sendEvent = new EventData(payloadBytes);\r\n Map{&lt;}String, String{&gt;} applicationProperties = new HashMap{&lt;}String, String{&gt;}();\r\n applicationProperties.put(\"from\", \"javaClient\");\r\n sendEvent.setProperties(applicationProperties);\r\n events.add(sendEvent);\r\n }</preformatted>\r\n</p>\r\n<p>\r\n <preformatted> client.sendSync(events);\r\n System.out.println(String.format(\"Sent Batch... Size: %s\", events.size()));\r\n}\r\n</preformatted>\r\n</p>\r\n<p>for Exceptions refer to <ref refid=\"\" kindref=\"compound\">sendSync(Iterable)</ref></p>\r\n<p></p>"
syntax:
@ -836,7 +836,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 449
startLine: 452
package: com.microsoft.azure.eventhubs
summary: >-
<p>Send a 'batch of <xref href="com.microsoft.azure.eventhubs._event_data" data-throw-if-not-resolved="false"></xref> with the same partitionKey' to EventHub. All <xref href="com.microsoft.azure.eventhubs._event_data" data-throw-if-not-resolved="false"></xref>'s with a partitionKey are guaranteed to land on the same partition. Multiple PartitionKey's will be mapped to one Partition.</p>
@ -881,7 +881,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 126
startLine: 129
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.send(final EventData)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -911,7 +911,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 309
startLine: 312
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <xref href="com.microsoft.azure.eventhubs._event_hub_client.send(final EventData,final String)" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
@ -942,7 +942,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 208
startLine: 211
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <ref refid="" kindref="compound">send(Iterable)</ref>. </p>
syntax:
@ -972,7 +972,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/EventHubClient.java
startLine: 398
startLine: 401
package: com.microsoft.azure.eventhubs
summary: <p>Synchronous version of <ref refid="" kindref="compound">send(Iterable, String)</ref>. </p>
syntax:

Просмотреть файл

@ -221,3 +221,4 @@ references:
description: <p>An implementation of <xref href="com.microsoft.azure.eventhubs._partition_receive_handler" data-throw-if-not-resolved="false"></xref>. Setting this handler to <code>null</code> will stop the receive pump. </p>
return:
type: db03ee24
description: <p>A completableFuture which sets receiveHandler </p>

Просмотреть файл

@ -94,7 +94,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/PartitionReceiver.java
startLine: 389
startLine: 391
package: com.microsoft.azure.eventhubs
syntax:
content: public Map<Symbol, UnknownDescribedType> getFilter(final Message lastReceivedMessage)
@ -159,7 +159,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/PartitionReceiver.java
startLine: 443
startLine: 445
package: com.microsoft.azure.eventhubs
syntax:
content: public Map<Symbol, Object> getProperties()
@ -196,7 +196,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/PartitionReceiver.java
startLine: 367
startLine: 369
package: com.microsoft.azure.eventhubs
syntax:
content: public CompletableFuture<Void> onClose()
@ -294,7 +294,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/PartitionReceiver.java
startLine: 302
startLine: 303
package: com.microsoft.azure.eventhubs
summary: >-
<p>Register a receive handler that will be called when an event is available. A <xref href="com.microsoft.azure.eventhubs._partition_receive_handler" data-throw-if-not-resolved="false"></xref> is a handler that allows user to specify a callback for event processing and error handling in a receive pump model.</p>
@ -308,6 +308,7 @@ items:
description: <p>An implementation of <xref href="com.microsoft.azure.eventhubs._partition_receive_handler" data-throw-if-not-resolved="false"></xref>. Setting this handler to <code>null</code> will stop the receive pump. </p>
return:
type: db03ee24
description: <p>A completableFuture which sets receiveHandler </p>
- uid: com.microsoft.azure.eventhubs._partition_receiver.setReceiveHandler(final PartitionReceiveHandler,final boolean)
id: setReceiveHandler(final PartitionReceiveHandler,final boolean)
parent: com.microsoft.azure.eventhubs._partition_receiver
@ -320,7 +321,7 @@ items:
source:
remote: *o0
path: azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/PartitionReceiver.java
startLine: 314
startLine: 316
package: com.microsoft.azure.eventhubs
summary: <p>Register a receive handler that will be called when an event is available. A <xref href="com.microsoft.azure.eventhubs._partition_receive_handler" data-throw-if-not-resolved="false"></xref> is a handler that allows user to specify a callback for event processing and error handling in a receive pump model. </p>
syntax:
@ -334,6 +335,7 @@ items:
description: <p>flag to indicate whether the <ref refid="" kindref="compound">PartitionReceiveHandler#onReceive(Iterable)</ref> should be invoked when the receive call times out </p>
return:
type: db03ee24
description: <p>A completableFuture which sets receiveHandler </p>
- uid: com.microsoft.azure.eventhubs._partition_receiver.setReceiveTimeout(Duration)
id: setReceiveTimeout(Duration)
parent: com.microsoft.azure.eventhubs._partition_receiver

Просмотреть файл

@ -44,7 +44,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- uid: com.microsoft.azure.management.appservice._app_service_certificate.certificateBlob()
@ -445,22 +444,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -31,7 +31,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- uid: com.microsoft.azure.management.appservice._app_service_certificate_key_vault_binding.keyVaultId()
@ -173,22 +172,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -49,7 +49,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -579,22 +578,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -147,14 +147,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -163,8 +163,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -207,21 +207,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -101,14 +101,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -117,8 +117,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -161,21 +161,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -48,7 +48,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -492,22 +491,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -145,14 +145,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -161,8 +161,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -205,21 +205,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -34,7 +34,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -234,22 +233,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -144,14 +144,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -160,8 +160,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -204,21 +204,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -31,7 +31,6 @@ items:
content: public interface CertificateDetails extends Wrapper<CertificateDetailsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.appservice._certificate_details.issuer()
id: issuer()
parent: com.microsoft.azure.management.appservice._certificate_details
@ -227,22 +226,6 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -71,7 +71,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.appservice._web_app_base.restart()
- com.microsoft.azure.management.appservice._web_app_base.scmSiteAlsoStopped()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.appservice._web_app_base.start()
- com.microsoft.azure.management.appservice._web_app_base.state()
- com.microsoft.azure.management.appservice._web_app_base.stop()
@ -646,22 +645,6 @@ references:
return:
type: 4fc6e284
description: <p>whether to stop SCM (KUDU) site when the web app is stopped. Default is false. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.appservice._web_app_base.start()
parent: com.microsoft.azure.management.appservice._web_app_base
href: com.microsoft.azure.management.appservice._web_app_base.yml

Просмотреть файл

@ -95,21 +95,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.deleteByName(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.yml
@ -152,21 +152,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.yml
name: deleteByNameAsync(String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByNameAsync(String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByNameAsync(String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource name.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByNameAsync(String name)
content: public Completable deleteByNameAsync(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getById(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml

Просмотреть файл

@ -34,7 +34,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.appservice._domain_contact.addressMailing()
id: addressMailing()
parent: com.microsoft.azure.management.appservice._domain_contact
@ -255,22 +254,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -26,7 +26,6 @@ items:
content: public interface DomainLegalAgreement extends Wrapper<TldLegalAgreementInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.appservice._domain_legal_agreement.agreementKey()
id: agreementKey()
parent: com.microsoft.azure.management.appservice._domain_legal_agreement
@ -119,22 +118,6 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -37,7 +37,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- uid: com.microsoft.azure.management.appservice._host_name_binding.azureResourceName()
@ -287,22 +286,6 @@ references:
return:
type: "26831127"
description: <p>the name of the region the resource is in </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -28,7 +28,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding.sslState()
id: sslState()
parent: com.microsoft.azure.management.appservice._host_name_ssl_binding
@ -135,22 +134,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -71,7 +71,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.appservice._web_app_base.restart()
- com.microsoft.azure.management.appservice._web_app_base.scmSiteAlsoStopped()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.appservice._web_app_base.start()
- com.microsoft.azure.management.appservice._web_app_base.state()
- com.microsoft.azure.management.appservice._web_app_base.stop()
@ -646,22 +645,6 @@ references:
return:
type: 4fc6e284
description: <p>whether to stop SCM (KUDU) site when the web app is stopped. Default is false. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.appservice._web_app_base.start()
parent: com.microsoft.azure.management.appservice._web_app_base
href: com.microsoft.azure.management.appservice._web_app_base.yml

Просмотреть файл

@ -79,7 +79,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- uid: com.microsoft.azure.management.appservice._web_app_base.alwaysOn()
@ -1206,22 +1205,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.appservice._web_app_source_control.branch()
id: branch()
parent: com.microsoft.azure.management.appservice._web_app_source_control
@ -179,22 +178,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -101,14 +101,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -117,8 +117,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -161,21 +161,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -1988,15 +1988,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._app_service_certificate_order._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate_order._update.yml
name: AppServiceCertificateOrder.Update
fullName: com.microsoft.azure.management.appservice.AppServiceCertificateOrder.Update
type: Interface
summary: <p>The template for an app service certificate order update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<AppServiceCertificateOrder>,AppServiceCertificateOrder.UpdateStages.WithAutoRenew
- uid: com.microsoft.azure.management.appservice._web_app._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app._update.yml
@ -2006,24 +1997,6 @@ references:
summary: <p>The template for a web app update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends WebAppBase.Update<WebApp>,WebApp.UpdateStages.WithAppServicePlan,WebApp.UpdateStages.WithNewAppServicePlan
- uid: com.microsoft.azure.management.appservice._deployment_slot._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._deployment_slot._update.yml
name: DeploymentSlot.Update
fullName: com.microsoft.azure.management.appservice.DeploymentSlot.Update
type: Interface
summary: <p>The template for a deployment slot update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends WebAppBase.Update<DeploymentSlot>
- uid: com.microsoft.azure.management.appservice._app_service_domain._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._update.yml
name: AppServiceDomain.Update
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.Update
type: Interface
summary: <p>The template for a domain update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<AppServiceDomain>,AppServiceDomain.UpdateStages.WithAdminContact,AppServiceDomain.UpdateStages.WithBillingContact,AppServiceDomain.UpdateStages.WithTechContact,AppServiceDomain.UpdateStages.WithAutoRenew,AppServiceDomain.UpdateStages.WithDomainPrivacy
- uid: com.microsoft.azure.management.appservice._app_service_plan._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._update.yml
@ -2033,6 +2006,15 @@ references:
summary: <p>The template for a site update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<AppServicePlan>,AppServicePlan.UpdateStages.WithCapacity,AppServicePlan.UpdateStages.WithPerSiteScaling,AppServicePlan.UpdateStages.WithPricingTier
- uid: com.microsoft.azure.management.appservice._deployment_slot._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._deployment_slot._update.yml
name: DeploymentSlot.Update
fullName: com.microsoft.azure.management.appservice.DeploymentSlot.Update
type: Interface
summary: <p>The template for a deployment slot update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends WebAppBase.Update<DeploymentSlot>
- uid: com.microsoft.azure.management.appservice._web_app_base._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update.yml
@ -2045,6 +2027,36 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the fluent interface of the web app or deployment slot </p>
- uid: com.microsoft.azure.management.appservice._app_service_certificate_order._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate_order._update.yml
name: AppServiceCertificateOrder.Update
fullName: com.microsoft.azure.management.appservice.AppServiceCertificateOrder.Update
type: Interface
summary: <p>The template for an app service certificate order update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<AppServiceCertificateOrder>,AppServiceCertificateOrder.UpdateStages.WithAutoRenew
- uid: com.microsoft.azure.management.appservice._app_service_domain._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._update.yml
name: AppServiceDomain.Update
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.Update
type: Interface
summary: <p>The template for a domain update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<AppServiceDomain>,AppServiceDomain.UpdateStages.WithAdminContact,AppServiceDomain.UpdateStages.WithBillingContact,AppServiceDomain.UpdateStages.WithTechContact,AppServiceDomain.UpdateStages.WithAutoRenew,AppServiceDomain.UpdateStages.WithDomainPrivacy
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition.yml
name: HostNameSslBinding.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinition<ParentT>
type: Interface
summary: <p>The entirety of a hostname SSL binding definition as part of a web app update. </p>
syntax:
content: public interface UpdateDefinition<ParentT> extends HostNameSslBinding.UpdateDefinitionStages.Blank<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithHostname<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithCertificate<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithSslType<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_binding._update_definition
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_binding._update_definition.yml
@ -2069,27 +2081,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition.yml
name: HostNameSslBinding.UpdateDefinition<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinition<ParentT>
type: Interface
summary: <p>The entirety of a hostname SSL binding definition as part of a web app update. </p>
syntax:
content: public interface UpdateDefinition<ParentT> extends HostNameSslBinding.UpdateDefinitionStages.Blank<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithHostname<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithCertificate<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithSslType<ParentT>,HostNameSslBinding.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition_stages.yml
name: HostNameSslBinding.UpdateDefinitionStages
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinitionStages
type: Interface
summary: <p>Grouping of hostname SSL binding definition stages applicable as part of a web app update. </p>
syntax:
content: public interface UpdateDefinitionStages
- uid: com.microsoft.azure.management.appservice._web_app_source_control._update_definition_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_source_control._update_definition_stages.yml
@ -2099,6 +2090,15 @@ references:
summary: <p>Grouping of web app source control definition stages applicable as part of a web app update. </p>
syntax:
content: public interface UpdateDefinitionStages
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition_stages.yml
name: HostNameSslBinding.UpdateDefinitionStages
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinitionStages
type: Interface
summary: <p>Grouping of hostname SSL binding definition stages applicable as part of a web app update. </p>
syntax:
content: public interface UpdateDefinitionStages
- uid: com.microsoft.azure.management.appservice._host_name_binding._update_definition_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_binding._update_definition_stages.yml
@ -2108,13 +2108,13 @@ references:
summary: <p>Grouping of host name binding definition stages applicable as part of a web app creation. </p>
syntax:
content: public interface UpdateDefinitionStages
- uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages
- uid: com.microsoft.azure.management.appservice._web_app._update_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._update_stages.yml
name: AppServiceDomain.UpdateStages
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages
href: com.microsoft.azure.management.appservice._web_app._update_stages.yml
name: WebApp.UpdateStages
fullName: com.microsoft.azure.management.appservice.WebApp.UpdateStages
type: Interface
summary: <p>Grouping of all the domain update stages. </p>
summary: <p>Grouping of all the web app update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.appservice._app_service_certificate_order._update_stages
@ -2126,24 +2126,6 @@ references:
summary: <p>Grouping of all the app service certificate order update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._update_stages.yml
name: AppServicePlan.UpdateStages
fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages
type: Interface
summary: <p>Grouping of all the site update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.appservice._web_app._update_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app._update_stages.yml
name: WebApp.UpdateStages
fullName: com.microsoft.azure.management.appservice.WebApp.UpdateStages
type: Interface
summary: <p>Grouping of all the web app update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stages.yml
@ -2153,6 +2135,24 @@ references:
summary: <p>Grouping of all the web app update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._update_stages.yml
name: AppServiceDomain.UpdateStages
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages
type: Interface
summary: <p>Grouping of all the domain update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._update_stages.yml
name: AppServicePlan.UpdateStages
fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages
type: Interface
summary: <p>Grouping of all the site update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_address_line1
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_address_line1.yml
@ -2177,15 +2177,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_admin_contact
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_admin_contact.yml
name: AppServiceDomain.UpdateStages.WithAdminContact
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages.WithAdminContact
type: Interface
summary: <p>A domain definition allowing admin contact to be set. </p>
syntax:
content: public interface WithAdminContact
- uid: com.microsoft.azure.management.appservice._app_service_domain._defini589cdc1a910b0ba674d9b5402fa140a5
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._defini589cdc1a910b0ba674d9b5402fa140a5.yml
@ -2195,15 +2186,15 @@ references:
summary: <p>A domain definition allowing admin contact to be set. </p>
syntax:
content: public interface WithAdminContact
- uid: com.microsoft.azure.management.appservice._web_app._update_stages._with_app_service_plan
- uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_admin_contact
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app._update_stages._with_app_service_plan.yml
name: WebApp.UpdateStages.WithAppServicePlan
fullName: com.microsoft.azure.management.appservice.WebApp.UpdateStages.WithAppServicePlan
href: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_admin_contact.yml
name: AppServiceDomain.UpdateStages.WithAdminContact
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages.WithAdminContact
type: Interface
summary: <p>A web app update allowing app service plan to be set. </p>
summary: <p>A domain definition allowing admin contact to be set. </p>
syntax:
content: public interface WithAppServicePlan
content: public interface WithAdminContact
- uid: com.microsoft.azure.management.appservice._web_app._definition_stages._with_app_service_plan
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app._definition_stages._with_app_service_plan.yml
@ -2213,18 +2204,15 @@ references:
summary: <p>A web app definition allowing app service plan to be set. </p>
syntax:
content: public interface WithAppServicePlan
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_app_settings
- uid: com.microsoft.azure.management.appservice._web_app._update_stages._with_app_service_plan
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_app_settings.yml
name: WebAppBase.DefinitionStages.WithAppSettings<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithAppSettings<FluentT>
href: com.microsoft.azure.management.appservice._web_app._update_stages._with_app_service_plan.yml
name: WebApp.UpdateStages.WithAppServicePlan
fullName: com.microsoft.azure.management.appservice.WebApp.UpdateStages.WithAppServicePlan
type: Interface
summary: <p>A web app definition stage allowing app settings to be set. </p>
summary: <p>A web app update allowing app service plan to be set. </p>
syntax:
content: public interface WithAppSettings<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
content: public interface WithAppServicePlan
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_app_settings
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_app_settings.yml
@ -2237,6 +2225,18 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_app_settings
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_app_settings.yml
name: WebAppBase.DefinitionStages.WithAppSettings<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithAppSettings<FluentT>
type: Interface
summary: <p>A web app definition stage allowing app settings to be set. </p>
syntax:
content: public interface WithAppSettings<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._definition_stages._with_attach
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._definition_stages._with_attach.yml
@ -2252,21 +2252,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_attach
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_attach.yml
name: DomainContact.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.appservice.DomainContact.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the domain contact definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the domain contact definition can be attached to the parent domain definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,DomainContact.DefinitionStages.WithOrganization<ParentT>,DomainContact.DefinitionStages.WithJobTitle<ParentT>,DomainContact.DefinitionStages.WithFaxNumber<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._with_attach
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._with_attach.yml
@ -2282,6 +2267,51 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_binding._update_9812d5fee3aee0f7518876ade7ee6835
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_binding._update_9812d5fee3aee0f7518876ade7ee6835.yml
name: HostNameBinding.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameBinding.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the hostname binding definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app update using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_binding._definition_stages._with_attach
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_binding._definition_stages._with_attach.yml
name: HostNameBinding.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameBinding.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the hostname binding definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_attach
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_attach.yml
name: DomainContact.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.appservice.DomainContact.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the domain contact definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the domain contact definition can be attached to the parent domain definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,DomainContact.DefinitionStages.WithOrganization<ParentT>,DomainContact.DefinitionStages.WithJobTitle<ParentT>,DomainContact.DefinitionStages.WithFaxNumber<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._updbcf90777038333035c7fc4e5ea283086
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._updbcf90777038333035c7fc4e5ea283086.yml
@ -2312,45 +2342,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_binding._update_9812d5fee3aee0f7518876ade7ee6835
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_binding._update_9812d5fee3aee0f7518876ade7ee6835.yml
name: HostNameBinding.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameBinding.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the hostname binding definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app update using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_binding._definition_stages._with_attach
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_binding._definition_stages._with_attach.yml
name: HostNameBinding.DefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameBinding.DefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the hostname binding definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._app_service_certificate_orderff9e93f7eae4c9674fbfb0b6197b5ed1
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate_orderff9e93f7eae4c9674fbfb0b6197b5ed1.yml
name: AppServiceCertificateOrder.UpdateStages.WithAutoRenew
fullName: com.microsoft.azure.management.appservice.AppServiceCertificateOrder.UpdateStages.WithAutoRenew
type: Interface
summary: <p>An app service certificate order definition allowing auto-renew settings to be set. </p>
syntax:
content: public interface WithAutoRenew
- uid: com.microsoft.azure.management.appservice._app_service_certificate_order83ff268b82b376b4e0971bfc194df72b
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate_order83ff268b82b376b4e0971bfc194df72b.yml
@ -2369,6 +2360,15 @@ references:
summary: <p>A domain definition allowing auto-renew setting to be set. </p>
syntax:
content: public interface WithAutoRenew
- uid: com.microsoft.azure.management.appservice._app_service_certificate_orderff9e93f7eae4c9674fbfb0b6197b5ed1
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate_orderff9e93f7eae4c9674fbfb0b6197b5ed1.yml
name: AppServiceCertificateOrder.UpdateStages.WithAutoRenew
fullName: com.microsoft.azure.management.appservice.AppServiceCertificateOrder.UpdateStages.WithAutoRenew
type: Interface
summary: <p>An app service certificate order definition allowing auto-renew settings to be set. </p>
syntax:
content: public interface WithAutoRenew
- uid: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_auto_renew
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_auto_renew.yml
@ -2420,15 +2420,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity.yml
name: AppServicePlan.UpdateStages.WithCapacity
fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages.WithCapacity
type: Interface
summary: <p>An app service plan definition allowing instance capacity to be set. </p>
syntax:
content: public interface WithCapacity
- uid: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_capacity
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_capacity.yml
@ -2438,6 +2429,15 @@ references:
summary: <p>An app service plan definition allowing instance capacity to be set. </p>
syntax:
content: public interface WithCapacity
- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity.yml
name: AppServicePlan.UpdateStages.WithCapacity
fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages.WithCapacity
type: Interface
summary: <p>An app service plan definition allowing instance capacity to be set. </p>
syntax:
content: public interface WithCapacity
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._updeab6b504f25754e3d3bbd0d84aad665c
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._updeab6b504f25754e3d3bbd0d84aad665c.yml
@ -2549,18 +2549,6 @@ references:
summary: <p>A deployment slot definition allowing the configuration to clone from to be specified. </p>
syntax:
content: public interface WithConfiguration
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_sea63cf931f9608d9ff58201c24d51b20
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_sea63cf931f9608d9ff58201c24d51b20.yml
name: WebAppBase.DefinitionStages.WithConnectionString<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithConnectionString<FluentT>
type: Interface
summary: <p>A web app definition stage allowing connection strings to be set. </p>
syntax:
content: public interface WithConnectionString<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_connection_string
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_connection_string.yml
@ -2573,6 +2561,18 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_sea63cf931f9608d9ff58201c24d51b20
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_sea63cf931f9608d9ff58201c24d51b20.yml
name: WebAppBase.DefinitionStages.WithConnectionString<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithConnectionString<FluentT>
type: Interface
summary: <p>A web app definition stage allowing connection strings to be set. </p>
syntax:
content: public interface WithConnectionString<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_country
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_country.yml
@ -2585,15 +2585,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._app_service_certificate._d40edb426cdb6653bde81618f50f26aec
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate._d40edb426cdb6653bde81618f50f26aec.yml
name: AppServiceCertificate.DefinitionStages.WithCreate
fullName: com.microsoft.azure.management.appservice.AppServiceCertificate.DefinitionStages.WithCreate
type: Interface
summary: <p>An app service certificate definition with sufficient inputs to create a new app service certificate in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends Creatable<AppServiceCertificate>
- uid: com.microsoft.azure.management.appservice._app_service_certificate_order58063743bbdf7b94bf4879c40d90c213
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate_order58063743bbdf7b94bf4879c40d90c213.yml
@ -2603,15 +2594,6 @@ references:
summary: <p>An app service certificate order definition with sufficient inputs to create a new app service certificate order in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends Creatable<AppServiceCertificateOrder>,AppServiceCertificateOrder.DefinitionStages.WithValidYears,AppServiceCertificateOrder.DefinitionStages.WithAutoRenew,Resource.DefinitionWithTags<WithCreate>
- uid: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_create
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_create.yml
name: AppServicePlan.DefinitionStages.WithCreate
fullName: com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCreate
type: Interface
summary: <p>An app service plan definition with sufficient inputs to create a new website in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends AppServicePlan.DefinitionStages.WithPerSiteScaling,AppServicePlan.DefinitionStages.WithCapacity,Creatable<AppServicePlan>,Resource.DefinitionWithTags<WithCreate>
- uid: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_create
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_create.yml
@ -2621,6 +2603,24 @@ references:
summary: <p>A domain definition with sufficient inputs to create a new domain in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends AppServiceDomain.DefinitionStages.WithDomainPrivacy,AppServiceDomain.DefinitionStages.WithAutoRenew,AppServiceDomain.DefinitionStages.WithAdminContact,AppServiceDomain.DefinitionStages.WithBillingContact,AppServiceDomain.DefinitionStages.WithTechContact,Creatable<AppServiceDomain>,Resource.DefinitionWithTags<WithCreate>
- uid: com.microsoft.azure.management.appservice._app_service_certificate._d40edb426cdb6653bde81618f50f26aec
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate._d40edb426cdb6653bde81618f50f26aec.yml
name: AppServiceCertificate.DefinitionStages.WithCreate
fullName: com.microsoft.azure.management.appservice.AppServiceCertificate.DefinitionStages.WithCreate
type: Interface
summary: <p>An app service certificate definition with sufficient inputs to create a new app service certificate in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends Creatable<AppServiceCertificate>
- uid: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_create
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_create.yml
name: AppServicePlan.DefinitionStages.WithCreate
fullName: com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCreate
type: Interface
summary: <p>An app service plan definition with sufficient inputs to create a new website in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends AppServicePlan.DefinitionStages.WithPerSiteScaling,AppServicePlan.DefinitionStages.WithCapacity,Creatable<AppServicePlan>,Resource.DefinitionWithTags<WithCreate>
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_create
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_create.yml
@ -2876,18 +2876,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stagec07a0527cf3c8f697416ed244d7c0fd4
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stagec07a0527cf3c8f697416ed244d7c0fd4.yml
name: WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>
type: Interface
summary: <p>The stage of the web app update allowing SSL binding to be set. </p>
syntax:
content: public interface WithHostNameSslBinding<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_s53784287154fbf07f955eccf2eee2f24
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_s53784287154fbf07f955eccf2eee2f24.yml
@ -2900,6 +2888,18 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stagec07a0527cf3c8f697416ed244d7c0fd4
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stagec07a0527cf3c8f697416ed244d7c0fd4.yml
name: WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>
type: Interface
summary: <p>The stage of the web app update allowing SSL binding to be set. </p>
syntax:
content: public interface WithHostNameSslBinding<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_job_title
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_job_title.yml
@ -2912,6 +2912,18 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._upd6ef6823eee77dba9af783b01fc8032d6
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._upd6ef6823eee77dba9af783b01fc8032d6.yml
name: HostNameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT>
type: Interface
summary: <p>The stage of a hostname SSL binding definition allowing key vault for certificate store to be specified. </p>
syntax:
content: public interface WithKeyVault<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._def997cfa71fd2195fa7fc4a744e98a08d9
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._def997cfa71fd2195fa7fc4a744e98a08d9.yml
@ -2933,18 +2945,6 @@ references:
summary: <p>An app service certificate order definition allowing more domain verification methods to be set. </p>
syntax:
content: public interface WithKeyVault
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._upd6ef6823eee77dba9af783b01fc8032d6
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._upd6ef6823eee77dba9af783b01fc8032d6.yml
name: HostNameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT>
type: Interface
summary: <p>The stage of a hostname SSL binding definition allowing key vault for certificate store to be specified. </p>
syntax:
content: public interface WithKeyVault<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_last_name
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_last_name.yml
@ -3062,15 +3062,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_pricing_tier
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_pricing_tier.yml
name: AppServicePlan.UpdateStages.WithPricingTier
fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages.WithPricingTier
type: Interface
summary: <p>An app service plan definition allowing pricing tier to be set. </p>
syntax:
content: public interface WithPricingTier
- uid: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_pricing_tier
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_pricing_tier.yml
@ -3080,6 +3071,15 @@ references:
summary: <p>An app service plan definition allowing pricing tier to be set. </p>
syntax:
content: public interface WithPricingTier
- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_pricing_tier
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_pricing_tier.yml
name: AppServicePlan.UpdateStages.WithPricingTier
fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages.WithPricingTier
type: Interface
summary: <p>An app service plan definition allowing pricing tier to be set. </p>
syntax:
content: public interface WithPricingTier
- uid: com.microsoft.azure.management.appservice._web_app._definition_stages._with_region
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app._definition_stages._with_region.yml
@ -3122,18 +3122,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stage28ad0a6f7db97212e24e4cdc967a62b4
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stage28ad0a6f7db97212e24e4cdc967a62b4.yml
name: WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>
type: Interface
summary: <p>The stage of the web app update allowing setting if SCM site is also stopped when the web app is stopped. </p>
syntax:
content: public interface WithScmSiteAlsoStopped<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_sf7fdf336f5e362902d03be6ca1f6e3aa
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_sf7fdf336f5e362902d03be6ca1f6e3aa.yml
@ -3146,15 +3134,15 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_site_configs
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stage28ad0a6f7db97212e24e4cdc967a62b4
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_site_configs.yml
name: WebAppBase.UpdateStages.WithSiteConfigs<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSiteConfigs<FluentT>
href: com.microsoft.azure.management.appservice._web_app_base._update_stage28ad0a6f7db97212e24e4cdc967a62b4.yml
name: WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>
type: Interface
summary: <p>The stage of the web app update allowing other configurations to be set. These configurations can be cloned when creating or swapping with a deployment slot. </p>
summary: <p>The stage of the web app update allowing setting if SCM site is also stopped when the web app is stopped. </p>
syntax:
content: public interface WithSiteConfigs<FluentT>
content: public interface WithScmSiteAlsoStopped<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
@ -3170,15 +3158,15 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_site_enabled
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_site_configs
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_site_enabled.yml
name: WebAppBase.DefinitionStages.WithSiteEnabled<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithSiteEnabled<FluentT>
href: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_site_configs.yml
name: WebAppBase.UpdateStages.WithSiteConfigs<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSiteConfigs<FluentT>
type: Interface
summary: <p>A web app definition stage allowing disabling the web app upon creation. </p>
summary: <p>The stage of the web app update allowing other configurations to be set. These configurations can be cloned when creating or swapping with a deployment slot. </p>
syntax:
content: public interface WithSiteEnabled<FluentT>
content: public interface WithSiteConfigs<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
@ -3194,6 +3182,18 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_site_enabled
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_site_enabled.yml
name: WebAppBase.DefinitionStages.WithSiteEnabled<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithSiteEnabled<FluentT>
type: Interface
summary: <p>A web app definition stage allowing disabling the web app upon creation. </p>
syntax:
content: public interface WithSiteEnabled<FluentT>
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_source_control
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_source_control.yml
@ -3218,18 +3218,6 @@ references:
typeParameters:
- type: dee0e3c3
description: <p>the type of the resource, either a web app or a deployment slot </p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._def229254f7c96ba50b6f1b992b820297d9
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._def229254f7c96ba50b6f1b992b820297d9.yml
name: HostNameSslBinding.DefinitionStages.WithSslType<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.DefinitionStages.WithSslType<ParentT>
type: Interface
summary: <p>The stage of a hostname SSL binding definition allowing SSL type to be specified. </p>
syntax:
content: public interface WithSslType<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._upda3031bfeb2de8f616bc80e494bfaa8ce
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._upda3031bfeb2de8f616bc80e494bfaa8ce.yml
@ -3242,6 +3230,18 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._def229254f7c96ba50b6f1b992b820297d9
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._host_name_ssl_binding._def229254f7c96ba50b6f1b992b820297d9.yml
name: HostNameSslBinding.DefinitionStages.WithSslType<ParentT>
fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.DefinitionStages.WithSslType<ParentT>
type: Interface
summary: <p>The stage of a hostname SSL binding definition allowing SSL type to be specified. </p>
syntax:
content: public interface WithSslType<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._domain_contact._definition8e3d72e9821676ab0903930626f121f8
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._domain_contact._definition8e3d72e9821676ab0903930626f121f8.yml
@ -3278,15 +3278,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.appservice._app_service_domain._defini98dd03d78089edf24a86a3b9c8edc094
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._defini98dd03d78089edf24a86a3b9c8edc094.yml
name: AppServiceDomain.DefinitionStages.WithTechContact
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.DefinitionStages.WithTechContact
type: Interface
summary: <p>A domain definition allowing tech contact to be set. </p>
syntax:
content: public interface WithTechContact
- uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_tech_contact
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_tech_contact.yml
@ -3296,6 +3287,15 @@ references:
summary: <p>A domain definition allowing tech contact to be set. </p>
syntax:
content: public interface WithTechContact
- uid: com.microsoft.azure.management.appservice._app_service_domain._defini98dd03d78089edf24a86a3b9c8edc094
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_domain._defini98dd03d78089edf24a86a3b9c8edc094.yml
name: AppServiceDomain.DefinitionStages.WithTechContact
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.DefinitionStages.WithTechContact
type: Interface
summary: <p>A domain definition allowing tech contact to be set. </p>
syntax:
content: public interface WithTechContact
- uid: com.microsoft.azure.management.appservice._app_service_certificate_order2cbf3e42976bec6bb2dcdd8d156fac50
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._app_service_certificate_order2cbf3e42976bec6bb2dcdd8d156fac50.yml

Просмотреть файл

@ -31,7 +31,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.batch._application.applicationPackages()
id: applicationPackages()
parent: com.microsoft.azure.management.batch._application
@ -197,22 +196,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource.yml

Просмотреть файл

@ -34,7 +34,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.batch._application_package.activate(String)
id: activate(String)
parent: com.microsoft.azure.management.batch._application_package
@ -250,22 +249,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource.yml

Просмотреть файл

@ -39,7 +39,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -350,22 +349,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -261,14 +261,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -277,8 +277,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -321,21 +321,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -51,7 +51,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._settable.parent()
- com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.pendingOperation()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.setPendingOperation(PendingOperation)
- com.microsoft.azure.management.batch.implementation._application_impl.withApplicationPackage(ApplicationPackageImpl)
- uid: com.microsoft.azure.management.batch.implementation._application_impl.ApplicationImpl(String,BatchAccountImpl,ApplicationInner,ApplicationsInner,ApplicationPackagesInner)
@ -578,22 +577,6 @@ references:
return:
type: com.microsoft.azure.management.resources.fluentcore.arm.models.imple179a7da7080c8752e6cf1f3bad71c988
description: <p>the operation pending on this child resource. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.setPendingOperation(PendingOperation)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b
href: com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.yml

Просмотреть файл

@ -48,7 +48,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl7838795340e54463d0b118ac0c317502.parent()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.pendingOperation()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.setPendingOperation(PendingOperation)
- uid: com.microsoft.azure.management.batch.implementation._application_package_impl.activate(String)
id: activate(String)
@ -62,7 +61,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 101
startLine: 102
package: com.microsoft.azure.management.batch.implementation
summary: >-
<p>Activates the application package.</p>
@ -130,7 +129,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 106
startLine: 107
package: com.microsoft.azure.management.batch.implementation
summary: <p>Deletes the application package. </p>
syntax:
@ -148,7 +147,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 76
startLine: 77
package: com.microsoft.azure.management.batch.implementation
syntax:
content: public Observable<Void> deleteAsync()
@ -166,7 +165,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 81
startLine: 82
package: com.microsoft.azure.management.batch.implementation
syntax:
content: public String format()
@ -206,7 +205,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 96
startLine: 97
package: com.microsoft.azure.management.batch.implementation
syntax:
content: public DateTime lastActivationTime()
@ -271,7 +270,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 111
startLine: 112
package: com.microsoft.azure.management.batch.implementation
summary: >-
<p>Refreshes the resource to sync with <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>.</p>
@ -315,7 +314,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 86
startLine: 87
package: com.microsoft.azure.management.batch.implementation
syntax:
content: public String storageUrl()
@ -335,7 +334,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 91
startLine: 92
package: com.microsoft.azure.management.batch.implementation
syntax:
content: public DateTime storageUrlExpiry()
@ -355,7 +354,7 @@ items:
source:
remote: *o0
path: azure-mgmt-batch/src/main/java/com/microsoft/azure/management/batch/implementation/ApplicationPackageImpl.java
startLine: 71
startLine: 72
package: com.microsoft.azure.management.batch.implementation
syntax:
content: public Observable<ApplicationPackage> updateAsync()
@ -485,22 +484,6 @@ references:
return:
type: com.microsoft.azure.management.resources.fluentcore.arm.models.imple179a7da7080c8752e6cf1f3bad71c988
description: <p>the operation pending on this child resource. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.setPendingOperation(PendingOperation)
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b
href: com.microsoft.azure.management.resources.fluentcore.arm.models.implc46bf28ce71c7406b1f19413a6a3291b.yml

Просмотреть файл

@ -72,7 +72,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl3bf751064ecef1ca11396271ac2ea0b0.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl3bf751064ecef1ca11396271ac2ea0b0.resourceIdBase()
- com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.ResourceImpl(String,InnerModelT)
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.type()
@ -970,22 +969,6 @@ references:
type: "26831127"
- id: innerObject
type: 23ab9e11
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl
href: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.yml

Просмотреть файл

@ -124,7 +124,7 @@ items:
langs:
- java
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.batch.implementation.BatchAccountsImpl.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.batch.implementation.BatchAccountsImpl.deleteByGroupAsync(String groupName, String name)
type: Method
source:
remote: *o0
@ -136,7 +136,7 @@ items:
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -145,8 +145,8 @@ items:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
overridden: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
- uid: com.microsoft.azure.management.batch.implementation._batch_accounts_impl.getBatchAccountQuotaByLocation(Region)
id: getBatchAccountQuotaByLocation(Region)
@ -306,10 +306,10 @@ references:
spec.java:
- name: String
fullName: String
- uid: dcd884b2
- uid: "56537e90"
spec.java:
- name: Observable<Void>
fullName: Observable<Void>
- name: Completable
fullName: Completable
- uid: 36b27be0com.microsoft.azure.management.batch._batch_accounta08ddfce
spec.java:
- name: PagedList<
@ -602,15 +602,15 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByIdAsync(String id)
type: Method
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
return:
type: dcd884b2
type: "56537e90"
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -637,21 +637,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getById(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
@ -820,14 +820,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -836,8 +836,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management._azure
parent: com.microsoft.azure.management
href: com.microsoft.azure.management._azure.yml

Просмотреть файл

@ -285,15 +285,6 @@ references:
summary: <p>Grouping of all the storage account definition stages. </p>
syntax:
content: public interface DefinitionStages
- uid: com.microsoft.azure.management.batch._batch_account._update
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._batch_account._update.yml
name: BatchAccount.Update
fullName: com.microsoft.azure.management.batch.BatchAccount.Update
type: Interface
summary: <p>The template for a batch account update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<BatchAccount>,Resource.UpdateWithTags<Update>,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication
- uid: com.microsoft.azure.management.batch._application._update
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update.yml
@ -303,6 +294,15 @@ references:
summary: <p>The entirety of application update as a part of parent batch account update. </p>
syntax:
content: public interface Update extends Settable<BatchAccount.Update>,Application.UpdateStages.WithOptionalProperties,Application.UpdateStages.WithApplicationPackage
- uid: com.microsoft.azure.management.batch._batch_account._update
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._batch_account._update.yml
name: BatchAccount.Update
fullName: com.microsoft.azure.management.batch.BatchAccount.Update
type: Interface
summary: <p>The template for a batch account update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<BatchAccount>,Resource.UpdateWithTags<Update>,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication
- uid: com.microsoft.azure.management.batch._application._update_definition
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_definition.yml
@ -324,15 +324,6 @@ references:
summary: <p>Grouping of application definition stages as part of parent batch account update. </p>
syntax:
content: public interface UpdateDefinitionStages
- uid: com.microsoft.azure.management.batch._batch_account._update_stages
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._batch_account._update_stages.yml
name: BatchAccount.UpdateStages
fullName: com.microsoft.azure.management.batch.BatchAccount.UpdateStages
type: Interface
summary: <p>Grouping of all the batch account update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.batch._application._update_stages
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_stages.yml
@ -342,6 +333,15 @@ references:
summary: <p>Grouping of application update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.batch._batch_account._update_stages
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._batch_account._update_stages.yml
name: BatchAccount.UpdateStages
fullName: com.microsoft.azure.management.batch.BatchAccount.UpdateStages
type: Interface
summary: <p>Grouping of all the batch account update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.batch._batch_account._update_stages._with_application
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._batch_account._update_stages._with_application.yml
@ -369,6 +369,15 @@ references:
summary: <p>A batch account definition allowing defining application and storage account. </p>
syntax:
content: public interface WithApplicationAndStorage extends BatchAccount.DefinitionStages.WithStorage,BatchAccount.DefinitionStages.WithApplication
- uid: com.microsoft.azure.management.batch._application._update_stages._with_application_package
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_stages._with_application_package.yml
name: Application.UpdateStages.WithApplicationPackage
fullName: com.microsoft.azure.management.batch.Application.UpdateStages.WithApplicationPackage
type: Interface
summary: <p>A application definition to allow creation of application package. </p>
syntax:
content: public interface WithApplicationPackage
- uid: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746.yml
@ -384,15 +393,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.batch._application._update_stages._with_application_package
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_stages._with_application_package.yml
name: Application.UpdateStages.WithApplicationPackage
fullName: com.microsoft.azure.management.batch.Application.UpdateStages.WithApplicationPackage
type: Interface
summary: <p>A application definition to allow creation of application package. </p>
syntax:
content: public interface WithApplicationPackage
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_application_package
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._definition_stages._with_application_package.yml
@ -408,21 +408,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.batch._application._update_definition_stages._with_attach
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_definition_stages._with_attach.yml
name: Application.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the application definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_attach
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._definition_stages._with_attach.yml
@ -438,6 +423,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.batch._application._update_definition_stages._with_attach
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._application._update_definition_stages._with_attach.yml
name: Application.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the application definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.batch._batch_account._definition_stages._with_create
parent: com.microsoft.azure.management.batch
href: com.microsoft.azure.management.batch._batch_account._definition_stages._with_create.yml

Просмотреть файл

@ -48,7 +48,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.cdn._cdn_endpoint.contentTypesToCompress()
id: contentTypesToCompress()
parent: com.microsoft.azure.management.cdn._cdn_endpoint
@ -559,22 +558,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource.yml

Просмотреть файл

@ -40,7 +40,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -427,22 +426,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -460,14 +460,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -476,8 +476,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -520,21 +520,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -523,15 +523,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <ref refid="" kindref="compound">AttachableStandard#attach()</ref></p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update.yml
name: CdnEndpoint.Update
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.Update
type: Interface
summary: <p>The set of configurations that can be updated for all endpoint irrespective of their type. </p>
syntax:
content: public interface Update extends Settable<CdnProfile.Update>
- uid: com.microsoft.azure.management.cdn._cdn_profile._update
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_profile._update.yml
@ -544,6 +535,15 @@ references:
<p>Call <xref href="com.microsoft.azure.management.resources.fluentcore.model._appliable.apply()" data-throw-if-not-resolved="false"></xref> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<CdnProfile>,CdnProfile.UpdateStages.WithEndpoint,Resource.UpdateWithTags<Update>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update.yml
name: CdnEndpoint.Update
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.Update
type: Interface
summary: <p>The set of configurations that can be updated for all endpoint irrespective of their type. </p>
syntax:
content: public interface Update extends Settable<CdnProfile.Update>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages.yml
@ -655,21 +655,6 @@ references:
summary: <p>A CDN profile definition allowing the sku to be set. </p>
syntax:
content: public interface WithSku
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_standard_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_standard_attach.yml
name: CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the CDN profile Standard Akamai or Standard Verizon endpoint definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition using <ref refid="" kindref="compound">CdnEndpoint.DefinitionStages.AttachableStandard#attach()</ref>. </p>
syntax:
content: public interface WithStandardAttach<ParentT> extends CdnEndpoint.UpdateDefinitionStages.AttachableStandard<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <ref refid="" kindref="compound">CdnEndpoint.DefinitionStages.AttachableStandard#attach()</ref></p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_standard_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_standard_attach.yml
@ -685,6 +670,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <ref refid="" kindref="compound">CdnEndpoint.DefinitionStages.AttachableStandard#attach()</ref></p>
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_standard_attach
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_standard_attach.yml
name: CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT>
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the CDN profile Standard Akamai or Standard Verizon endpoint definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition using <ref refid="" kindref="compound">CdnEndpoint.DefinitionStages.AttachableStandard#attach()</ref>. </p>
syntax:
content: public interface WithStandardAttach<ParentT> extends CdnEndpoint.UpdateDefinitionStages.AttachableStandard<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <ref refid="" kindref="compound">CdnEndpoint.DefinitionStages.AttachableStandard#attach()</ref></p>
- uid: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_standard_create
parent: com.microsoft.azure.management.cdn
href: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_standard_create.yml

Просмотреть файл

@ -33,7 +33,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -224,22 +223,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -228,14 +228,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -244,8 +244,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -288,21 +288,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -26,7 +26,6 @@ items:
content: public interface ComputeUsage extends Wrapper<UsageInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._compute_usage.currentValue()
id: currentValue()
parent: com.microsoft.azure.management.compute._compute_usage
@ -123,22 +122,6 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -61,7 +61,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -842,22 +841,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -31,7 +31,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._virtual_machine_data_disk.cachingType()
id: cachingType()
parent: com.microsoft.azure.management.compute._virtual_machine_data_disk
@ -211,22 +210,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -32,7 +32,6 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_extension_base.publicSettingsAsJsonString()
- com.microsoft.azure.management.compute._virtual_machine_extension_base.publisherName()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.compute._virtual_machine_extension_base.tags()
- com.microsoft.azure.management.compute._virtual_machine_extension_base.typeName()
- com.microsoft.azure.management.compute._virtual_machine_extension_base.versionName()
@ -173,22 +172,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_extension_base.tags()
parent: com.microsoft.azure.management.compute._virtual_machine_extension_base
href: com.microsoft.azure.management.compute._virtual_machine_extension_base.yml

Просмотреть файл

@ -31,7 +31,6 @@ items:
content: public interface VirtualMachineExtensionBase extends Wrapper<VirtualMachineExtensionInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._virtual_machine_extension_base.autoUpgradeMinorVersionEnabled()
id: autoUpgradeMinorVersionEnabled()
parent: com.microsoft.azure.management.compute._virtual_machine_extension_base
@ -231,22 +230,6 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -36,7 +36,6 @@ items:
content: public interface VirtualMachineExtensionImage extends Wrapper<VirtualMachineExtensionImageInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._virtual_machine_extension_image.computeRole()
id: computeRole()
parent: com.microsoft.azure.management.compute._virtual_machine_extension_image
@ -266,22 +265,6 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -27,7 +27,6 @@ items:
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._virtual_machine_extension_image_type.id()
id: id()
parent: com.microsoft.azure.management.compute._virtual_machine_extension_image_type
@ -131,22 +130,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -27,7 +27,6 @@ items:
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._virtual_machine_extension_image_version.getImage()
id: getImage()
parent: com.microsoft.azure.management.compute._virtual_machine_extension_image_version
@ -131,22 +130,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -31,7 +31,6 @@ items:
content: public interface VirtualMachineImage extends Wrapper<VirtualMachineImageInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._virtual_machine_image.dataDiskImages()
id: dataDiskImages()
parent: com.microsoft.azure.management.compute._virtual_machine_image
@ -229,22 +228,6 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -59,7 +59,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -898,22 +897,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -32,7 +32,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set_extension.autoUpgradeMinorVersionEnabled()
id: autoUpgradeMinorVersionEnabled()
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set_extension
@ -223,22 +222,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -74,7 +74,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set_v_m.administratorUserName()
@ -1095,22 +1094,6 @@ references:
return:
type: "26831127"
description: <p>the name of the region the resource is in </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_extension_base.publicSettings()
- com.microsoft.azure.management.compute._virtual_machine_extension_base.publicSettingsAsJsonString()
- com.microsoft.azure.management.compute._virtual_machine_extension_base.publisherName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.compute._virtual_machine_extension_base.tags()
- com.microsoft.azure.management.compute._virtual_machine_extension_base.typeName()
- com.microsoft.azure.management.compute._virtual_machine_extension_base.versionName()
@ -145,22 +144,6 @@ references:
return:
type: "26831127"
description: <p>the publisher name of the virtual machine extension image this extension is created from </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_extension_base.tags()
parent: com.microsoft.azure.management.compute._virtual_machine_extension_base
href: com.microsoft.azure.management.compute._virtual_machine_extension_base.yml

Просмотреть файл

@ -420,14 +420,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -436,8 +436,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -480,21 +480,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -465,14 +465,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -481,8 +481,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -525,21 +525,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -55,7 +55,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl7838795340e54463d0b118ac0c317502.parent()
- com.microsoft.azure.management.resources.fluentcore.model._settable.parent()
- com.microsoft.azure.management.resources.fluentcore.model.implementation._indexable_wrapper_impl.setInner(InnerT)
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.model.implementation._indexable_impl.toString()
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_extension_impl.attach()
id: attach()
@ -598,27 +597,16 @@ references:
name: setInner(InnerT innerObject)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<InnerT>.setInner(InnerT innerObject)
type: Method
summary: >-
<p>Sets the inner object of the wrapper. </p>
<p>(Internal use only) </p>
syntax:
content: public void setInner(InnerT innerObject)
parameters:
- id: innerObject
type: 52cf8095
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
description: <p>an inner object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model.implementation._indexable_impl.toString()
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.impl7838795340e54463d0b118ac0c317502
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation

Просмотреть файл

@ -130,7 +130,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl3bf751064ecef1ca11396271ac2ea0b0.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl3bf751064ecef1ca11396271ac2ea0b0.resourceIdBase()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -2666,22 +2665,6 @@ references:
content: protected String resourceIdBase()
return:
type: "26831127"
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -134,7 +134,7 @@ items:
langs:
- java
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetsImpl.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetsImpl.deleteByGroupAsync(String groupName, String name)
type: Method
source:
remote: *o0
@ -146,7 +146,7 @@ items:
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -155,8 +155,8 @@ items:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
overridden: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.deleteByGroupAsync(String,String)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_sets_impl.getByGroup(String,String)
id: getByGroup(String,String)
@ -438,10 +438,10 @@ references:
href: com.microsoft.azure.management.compute._virtual_machine_scale_set.yml
- name: '>'
fullName: '>'
- uid: dcd884b2
- uid: "56537e90"
spec.java:
- name: Observable<Void>
fullName: Observable<Void>
- name: Completable
fullName: Completable
- uid: dc385fd4
spec.java:
- name: CloudException
@ -728,15 +728,15 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<T extends GroupableResource, ImplT extends T, InnerT extends Resource, InnerCollectionT, ManagerT extends ManagerBase>.deleteByIdAsync(String id)
type: Method
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
return:
type: dcd884b2
type: "56537e90"
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -763,21 +763,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.getById(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a
href: com.microsoft.azure.management.resources.fluentcore.arm.collection.3e3691dbc506dc05cb5fc2a957ace38a.yml
@ -994,14 +994,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -1010,8 +1010,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_sets.deallocate(String,String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_sets
href: com.microsoft.azure.management.compute._virtual_machine_scale_sets.yml

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._a_record_set.ipv4Addresses()
id: ipv4Addresses()
@ -148,22 +147,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._aaaa_record_set.ipv6Addresses()
id: ipv6Addresses()
@ -148,22 +147,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._cname_record_set.canonicalName()
id: canonicalName()
@ -148,22 +147,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.dns._dns_record_set.metadata()
id: metadata()
parent: com.microsoft.azure.management.dns._dns_record_set
@ -167,22 +166,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._external_child_resource.yml

Просмотреть файл

@ -41,7 +41,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -374,22 +373,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -228,14 +228,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -244,8 +244,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -288,21 +288,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._mx_record_set.records()
id: records()
@ -154,22 +153,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._ns_record_set.nameServers()
id: nameServers()
@ -148,22 +147,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._ptr_record_set.targetDomainNames()
id: targetDomainNames()
@ -148,22 +147,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._soa_record_set.record()
id: record()
@ -144,22 +143,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._srv_record_set.records()
id: records()
@ -154,22 +153,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.dns._dns_record_set.recordType()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.dns._dns_record_set.timeToLive()
- uid: com.microsoft.azure.management.dns._txt_record_set.records()
id: records()
@ -154,22 +153,6 @@ references:
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.dns._dns_record_set.timeToLive()
parent: com.microsoft.azure.management.dns._dns_record_set
href: com.microsoft.azure.management.dns._dns_record_set.yml

Просмотреть файл

@ -90,7 +90,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl3bf751064ecef1ca11396271ac2ea0b0.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.arm.models.impl3bf751064ecef1ca11396271ac2ea0b0.resourceIdBase()
- com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.ResourceImpl(String,InnerModelT)
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.type()
@ -1426,22 +1425,6 @@ references:
type: "26831127"
- id: innerObject
type: 23ab9e11
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl
href: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation._resource_impl.yml

Просмотреть файл

@ -679,21 +679,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitiona62df41edf8988b15e97fdbcb51949cd
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitiona62df41edf8988b15e97fdbcb51949cd.yml
name: DnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<ParentT>
type: Interface
summary: >-
<p>The first stage of a Txt record definition.</p>
<p></p>
syntax:
content: public interface TxtRecordSetBlank<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._txt_record_set_blank
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._txt_record_set_blank.yml
@ -709,15 +694,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitiona62df41edf8988b15e97fdbcb51949cd
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update.yml
name: DnsRecordSet.Update
fullName: com.microsoft.azure.management.dns.DnsRecordSet.Update
href: com.microsoft.azure.management.dns._dns_record_set._update_definitiona62df41edf8988b15e97fdbcb51949cd.yml
name: DnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<ParentT>
type: Interface
summary: <p>the set of configurations that can be updated for Dns record set irrespective of their type <xref href="com.microsoft.azure.management.dns._record_type" data-throw-if-not-resolved="false"></xref>. </p>
summary: >-
<p>The first stage of a Txt record definition.</p>
<p></p>
syntax:
content: public interface Update extends Settable<DnsZone.Update>,DnsRecordSet.UpdateStages.WithMetadata,DnsRecordSet.UpdateStages.WithTtl
content: public interface TxtRecordSetBlank<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_zone._update
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_zone._update.yml
@ -730,6 +721,15 @@ references:
<p>Call <xref href="com.microsoft.azure.management.resources.fluentcore.model._appliable.apply()" data-throw-if-not-resolved="false"></xref> to apply the changes to the resource in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Appliable<DnsZone>,DnsZone.UpdateStages.WithRecordSet,Resource.UpdateWithTags<Update>
- uid: com.microsoft.azure.management.dns._dns_record_set._update
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update.yml
name: DnsRecordSet.Update
fullName: com.microsoft.azure.management.dns.DnsRecordSet.Update
type: Interface
summary: <p>the set of configurations that can be updated for Dns record set irrespective of their type <xref href="com.microsoft.azure.management.dns._record_type" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface Update extends Settable<DnsZone.Update>,DnsRecordSet.UpdateStages.WithMetadata,DnsRecordSet.UpdateStages.WithTtl
- uid: com.microsoft.azure.management.dns._dns_record_set._update_aaaa_record_set
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_aaaa_record_set.yml
@ -826,15 +826,6 @@ references:
summary: <p>The entirety of a Srv record set update as a part of parent Dns zone update. </p>
syntax:
content: public interface UpdateSrvRecordSet extends DnsRecordSet.UpdateStages.WithSrvRecordEntry,DnsRecordSet.Update
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages.yml
name: DnsRecordSet.UpdateStages
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages
type: Interface
summary: <p>Grouping of Dns zone record set update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.dns._dns_zone._update_stages
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_zone._update_stages.yml
@ -844,6 +835,15 @@ references:
summary: <p>Grouping of Dns zone update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages.yml
name: DnsRecordSet.UpdateStages
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages
type: Interface
summary: <p>Grouping of Dns zone record set update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.dns._dns_record_set._update_txt_record_set
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_txt_record_set.yml
@ -853,21 +853,6 @@ references:
summary: <p>The entirety of a txt record set update as a part of parent Dns zone update. </p>
syntax:
content: public interface UpdateTxtRecordSet extends DnsRecordSet.UpdateStages.WithTxtRecordTextValue,DnsRecordSet.Update
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesdbf8f688ff53d41abdaa136cedecf83d
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesdbf8f688ff53d41abdaa136cedecf83d.yml
name: DnsRecordSet.DefinitionStages.WithAaaaRecordIpv6Address<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAaaaRecordIpv6Address<ParentT>
type: Interface
summary: >-
<p>The stage of the Aaaa record set definition allowing to add first Aaaa record.</p>
<p></p>
syntax:
content: public interface WithAaaaRecordIpv6Address<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_ipv6_address
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_ipv6_address.yml
@ -892,21 +877,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitionc9a2e1ec2bf3dfb0562296d1cdb6ecb5
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesdbf8f688ff53d41abdaa136cedecf83d
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitionc9a2e1ec2bf3dfb0562296d1cdb6ecb5.yml
name: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIpv6AddressOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIpv6AddressOrAttachable<ParentT>
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesdbf8f688ff53d41abdaa136cedecf83d.yml
name: DnsRecordSet.DefinitionStages.WithAaaaRecordIpv6Address<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAaaaRecordIpv6Address<ParentT>
type: Interface
summary: >-
<p>The stage of the Aaaa record set definition allowing to add additional A records or attach the record set to the parent.</p>
<p>The stage of the Aaaa record set definition allowing to add first Aaaa record.</p>
<p></p>
syntax:
content: public interface WithAaaaRecordIpv6AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIpv6Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
content: public interface WithAaaaRecordIpv6Address<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages4a93b1f770a1dc7e38ca091964e2b715
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages4a93b1f770a1dc7e38ca091964e2b715.yml
@ -922,6 +907,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitionc9a2e1ec2bf3dfb0562296d1cdb6ecb5
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitionc9a2e1ec2bf3dfb0562296d1cdb6ecb5.yml
name: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIpv6AddressOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIpv6AddressOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the Aaaa record set definition allowing to add additional A records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithAaaaRecordIpv6AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIpv6Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition26177dc9557d6a414303c7e5c7986083
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition26177dc9557d6a414303c7e5c7986083.yml
@ -961,21 +961,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitiona8fe5f2a8bcc3dded609ba65c88c16e1
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitiona8fe5f2a8bcc3dded609ba65c88c16e1.yml
name: DnsRecordSet.UpdateDefinitionStages.WithARecordIpv4AddressOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithARecordIpv4AddressOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithARecordIpv4AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithARecordIpv4Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages4500877a2ee3e267c16732c56c42abfb
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages4500877a2ee3e267c16732c56c42abfb.yml
@ -991,18 +976,18 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitiona8fe5f2a8bcc3dded609ba65c88c16e1
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach.yml
name: DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
href: com.microsoft.azure.management.dns._dns_record_set._update_definitiona8fe5f2a8bcc3dded609ba65c88c16e1.yml
name: DnsRecordSet.UpdateDefinitionStages.WithARecordIpv4AddressOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithARecordIpv4AddressOrAttachable<ParentT>
type: Interface
summary: >-
<p>The final stage of the Dns zone record set definition. </p>
<p>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.</p>
<p>At this stage, any remaining optional settings can be specified, or the Dns zone record set definition can be attached to the parent traffic manager profile definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
<p></p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
content: public interface WithARecordIpv4AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithARecordIpv4Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
@ -1021,6 +1006,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach.yml
name: DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
type: Interface
summary: >-
<p>The final stage of the Dns zone record set definition. </p>
<p>At this stage, any remaining optional settings can be specified, or the Dns zone record set definition can be attached to the parent traffic manager profile definition using <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_create
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_create.yml
@ -1030,30 +1030,6 @@ references:
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref href="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false"></xref>), but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<DnsZone>,DnsZone.DefinitionStages.WithRecordSet,Resource.DefinitionWithTags<WithCreate>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata.yml
name: DnsRecordSet.UpdateStages.WithMetadata
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata
type: Interface
summary: <p>An update allowing metadata to be modified for the resource. </p>
syntax:
content: public interface WithMetadata
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata.yml
name: DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
type: Interface
summary: >-
<p>The stage of the record set definition allowing to specify metadata.</p>
<p></p>
syntax:
content: public interface WithMetadata<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_metadata.yml
@ -1069,21 +1045,30 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitionc35edb65f232c5b60a188de5bee71a2e
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definitionc35edb65f232c5b60a188de5bee71a2e.yml
name: DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchange<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchange<ParentT>
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_metadata.yml
name: DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMetadata<ParentT>
type: Interface
summary: >-
<p>The stage of the Mx record set definition allowing to add first Mx record.</p>
<p>The stage of the record set definition allowing to specify metadata.</p>
<p></p>
syntax:
content: public interface WithMxRecordMailExchange<ParentT>
content: public interface WithMetadata<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata.yml
name: DnsRecordSet.UpdateStages.WithMetadata
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata
type: Interface
summary: <p>An update allowing metadata to be modified for the resource. </p>
syntax:
content: public interface WithMetadata
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages788e9cd59076e8ffdd1d4ebf57ef9b51
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages788e9cd59076e8ffdd1d4ebf57ef9b51.yml
@ -1108,18 +1093,18 @@ references:
summary: <p>The stage of the Mx record set definition allowing to add or remove Mx record. </p>
syntax:
content: public interface WithMxRecordMailExchange
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition8c3fe3b088f9c01f4b62c7ca948f15b0
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitionc35edb65f232c5b60a188de5bee71a2e
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition8c3fe3b088f9c01f4b62c7ca948f15b0.yml
name: DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchangeOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchangeOrAttachable<ParentT>
href: com.microsoft.azure.management.dns._dns_record_set._update_definitionc35edb65f232c5b60a188de5bee71a2e.yml
name: DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchange<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchange<ParentT>
type: Interface
summary: >-
<p>The stage of the Mx record set definition allowing to add additional Mx records or attach the record set to the parent.</p>
<p>The stage of the Mx record set definition allowing to add first Mx record.</p>
<p></p>
syntax:
content: public interface WithMxRecordMailExchangeOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchange<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
content: public interface WithMxRecordMailExchange<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
@ -1138,6 +1123,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition8c3fe3b088f9c01f4b62c7ca948f15b0
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition8c3fe3b088f9c01f4b62c7ca948f15b0.yml
name: DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchangeOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchangeOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the Mx record set definition allowing to add additional Mx records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithMxRecordMailExchangeOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithMxRecordMailExchange<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_ns_record_name_server
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_ns_record_name_server.yml
@ -1177,21 +1177,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition14f899f0fb2fe5b61622a57bc30695b8
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition14f899f0fb2fe5b61622a57bc30695b8.yml
name: DnsRecordSet.UpdateDefinitionStages.WithNsRecordNameServerOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithNsRecordNameServerOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the Ns record set definition allowing to add additional Ns records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithNsRecordNameServerOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithNsRecordNameServer<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages0ecf13f393a99cb8f9f0ddbbc364266f
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages0ecf13f393a99cb8f9f0ddbbc364266f.yml
@ -1207,21 +1192,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc82b7ef69622fddf990e71d5ccd2a2b1
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition14f899f0fb2fe5b61622a57bc30695b8
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc82b7ef69622fddf990e71d5ccd2a2b1.yml
name: DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>
href: com.microsoft.azure.management.dns._dns_record_set._update_definition14f899f0fb2fe5b61622a57bc30695b8.yml
name: DnsRecordSet.UpdateDefinitionStages.WithNsRecordNameServerOrAttachable<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithNsRecordNameServerOrAttachable<ParentT>
type: Interface
summary: >-
<p>The stage of the Ptr record set definition allowing to add first Cname record.</p>
<p>The stage of the Ns record set definition allowing to add additional Ns records or attach the record set to the parent.</p>
<p></p>
syntax:
content: public interface WithPtrRecordTargetDomainName<ParentT>
content: public interface WithNsRecordNameServerOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithNsRecordNameServer<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages.fb1ecec8e6cc5230b5d599b83fe86eec
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages.fb1ecec8e6cc5230b5d599b83fe86eec.yml
@ -1246,6 +1231,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc82b7ef69622fddf990e71d5ccd2a2b1
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc82b7ef69622fddf990e71d5ccd2a2b1.yml
name: DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>
type: Interface
summary: >-
<p>The stage of the Ptr record set definition allowing to add first Cname record.</p>
<p></p>
syntax:
content: public interface WithPtrRecordTargetDomainName<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages5f0575bcdf60fd85dbe2e8db6c5b1246
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages5f0575bcdf60fd85dbe2e8db6c5b1246.yml
@ -1276,15 +1276,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_record_set
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_record_set.yml
name: DnsZone.DefinitionStages.WithRecordSet
fullName: com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
type: Interface
summary: <p>The stage of the Dns zone definition allowing to specify record set. </p>
syntax:
content: public interface WithRecordSet
- uid: com.microsoft.azure.management.dns._dns_zone._update_stages._with_record_set
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_zone._update_stages._with_record_set.yml
@ -1294,6 +1285,15 @@ references:
summary: <p>The stage of the Dns zone update allowing to specify record set. </p>
syntax:
content: public interface WithRecordSet
- uid: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_record_set
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_record_set.yml
name: DnsZone.DefinitionStages.WithRecordSet
fullName: com.microsoft.azure.management.dns.DnsZone.DefinitionStages.WithRecordSet
type: Interface
summary: <p>The stage of the Dns zone definition allowing to specify record set. </p>
syntax:
content: public interface WithRecordSet
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_soa_record_attributes
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_soa_record_attributes.yml
@ -1372,6 +1372,21 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl.yml
name: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTtl<ParentT>
type: Interface
summary: >-
<p>The stage of the record set definition allowing to specify Ttl for the records in this record set.</p>
<p></p>
syntax:
content: public interface WithTtl<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_ttl
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_ttl.yml
@ -1396,30 +1411,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl.yml
name: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTtl<ParentT>
type: Interface
summary: >-
<p>The stage of the record set definition allowing to specify Ttl for the records in this record set.</p>
<p></p>
syntax:
content: public interface WithTtl<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_txt_record_text_value
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_txt_record_text_value.yml
name: DnsRecordSet.UpdateStages.WithTxtRecordTextValue
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue
type: Interface
summary: <p>The stage of the Srv record definition allowing to add or remove Txt record. </p>
syntax:
content: public interface WithTxtRecordTextValue
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_txt_record_text_value
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_txt_record_text_value.yml
@ -1435,6 +1426,15 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_txt_record_text_value
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_txt_record_text_value.yml
name: DnsRecordSet.UpdateStages.WithTxtRecordTextValue
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithTxtRecordTextValue
type: Interface
summary: <p>The stage of the Srv record definition allowing to add or remove Txt record. </p>
syntax:
content: public interface WithTxtRecordTextValue
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition60151ae061220d19d102aacb4173a0e0
parent: com.microsoft.azure.management.dns
href: com.microsoft.azure.management.dns._dns_record_set._update_definition60151ae061220d19d102aacb4173a0e0.yml

Просмотреть файл

@ -27,7 +27,6 @@ items:
content: public interface ActiveDirectoryGroup extends Wrapper<ADGroupInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.graphrbac._active_directory_group.displayName()
id: displayName()
parent: com.microsoft.azure.management.graphrbac._active_directory_group
@ -143,22 +142,6 @@ references:
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -178,21 +178,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml

Просмотреть файл

@ -28,7 +28,6 @@ items:
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.graphrbac._service_principal.appId()
id: appId()
parent: com.microsoft.azure.management.graphrbac._service_principal
@ -155,22 +154,6 @@ references:
return:
type: "26831127"
description: <p>the index key. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.inner()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.graphrbac._user.displayName()
id: displayName()
parent: com.microsoft.azure.management.graphrbac._user
@ -191,22 +190,6 @@ references:
return:
type: "26831127"
description: <p>the index key. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml

Просмотреть файл

@ -273,15 +273,6 @@ references:
summary: <p>Grouping of all the user definition stages. </p>
syntax:
content: public interface DefinitionStages
- uid: com.microsoft.azure.management.graphrbac._service_principal._update
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._update.yml
name: ServicePrincipal.Update
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.Update
type: Interface
summary: <p>The template for a service principal update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update
- uid: com.microsoft.azure.management.graphrbac._user._update
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._update.yml
@ -300,6 +291,15 @@ references:
summary: <p>The template for a group update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update
- uid: com.microsoft.azure.management.graphrbac._service_principal._update
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._update.yml
name: ServicePrincipal.Update
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.Update
type: Interface
summary: <p>The template for a service principal update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update
- uid: com.microsoft.azure.management.graphrbac._user._update_stages
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._update_stages.yml
@ -309,15 +309,6 @@ references:
summary: <p>Grouping of all the user update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.graphrbac._service_principal._update_stages
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._update_stages.yml
name: ServicePrincipal.UpdateStages
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.UpdateStages
type: Interface
summary: <p>Grouping of all the service principal update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages.yml
@ -327,15 +318,15 @@ references:
summary: <p>Grouping of all the group update stages. </p>
syntax:
content: public interface UpdateStages
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_account_enabled
- uid: com.microsoft.azure.management.graphrbac._service_principal._update_stages
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_account_enabled.yml
name: User.DefinitionStages.WithAccountEnabled
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithAccountEnabled
href: com.microsoft.azure.management.graphrbac._service_principal._update_stages.yml
name: ServicePrincipal.UpdateStages
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.UpdateStages
type: Interface
summary: <p>The stage of a user definition allowing specifying if the account is enabled. </p>
summary: <p>Grouping of all the service principal update stages. </p>
syntax:
content: public interface WithAccountEnabled
content: public interface UpdateStages
- uid: com.microsoft.azure.management.graphrbac._service_principal._definiti0dc1c0c478fe3add6eedbacab4f16326
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._definiti0dc1c0c478fe3add6eedbacab4f16326.yml
@ -345,15 +336,15 @@ references:
summary: <p>The stage of service principal definition allowing specifying if the service principal account is enabled. </p>
syntax:
content: public interface WithAccountEnabled
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_create
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_account_enabled
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_create.yml
name: ActiveDirectoryGroup.DefinitionStages.WithCreate
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.DefinitionStages.WithCreate
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_account_enabled.yml
name: User.DefinitionStages.WithAccountEnabled
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithAccountEnabled
type: Interface
summary: <p>An AD group definition with sufficient inputs to create a new group in the cloud, but exposing additional optional inputs to specify. </p>
summary: <p>The stage of a user definition allowing specifying if the account is enabled. </p>
syntax:
content: public interface WithCreate extends Creatable<ActiveDirectoryGroup>
content: public interface WithAccountEnabled
- uid: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_create
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_create.yml
@ -363,6 +354,15 @@ references:
summary: <p>A service principal definition with sufficient inputs to create a new service principal in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends Creatable<ServicePrincipal>,ServicePrincipal.DefinitionStages.WithAccountEnabled
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_create
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_create.yml
name: ActiveDirectoryGroup.DefinitionStages.WithCreate
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.DefinitionStages.WithCreate
type: Interface
summary: <p>An AD group definition with sufficient inputs to create a new group in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends Creatable<ActiveDirectoryGroup>
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_create
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_create.yml
@ -372,15 +372,6 @@ references:
summary: <p>An AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional optional inputs to specify. </p>
syntax:
content: public interface WithCreate extends Creatable<User>,User.DefinitionStages.WithAccountEnabled
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name.yml
name: User.DefinitionStages.WithDisplayName
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithDisplayName
type: Interface
summary: <p>The stage of a user definition allowing display name to be set. </p>
syntax:
content: public interface WithDisplayName
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._defccfce8c0aae4b8ecccf1989a164ddd01
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._defccfce8c0aae4b8ecccf1989a164ddd01.yml
@ -390,15 +381,15 @@ references:
summary: <p>The stage of group definition allowing display name to be specified. </p>
syntax:
content: public interface WithDisplayName
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_mail_nickname
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_mail_nickname.yml
name: User.DefinitionStages.WithMailNickname
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithMailNickname
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_display_name.yml
name: User.DefinitionStages.WithDisplayName
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithDisplayName
type: Interface
summary: <p>The stage of a user definition allowing mail nickname to be specified. </p>
summary: <p>The stage of a user definition allowing display name to be set. </p>
syntax:
content: public interface WithMailNickname
content: public interface WithDisplayName
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._defbd6e139bb2979ccecc691006b36e6c6b
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._active_directory_group._defbd6e139bb2979ccecc691006b36e6c6b.yml
@ -408,6 +399,15 @@ references:
summary: <p>The stage of group definition allowing mail nickname to be specified. </p>
syntax:
content: public interface WithMailNickname
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_mail_nickname
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_mail_nickname.yml
name: User.DefinitionStages.WithMailNickname
fullName: com.microsoft.azure.management.graphrbac.User.DefinitionStages.WithMailNickname
type: Interface
summary: <p>The stage of a user definition allowing mail nickname to be specified. </p>
syntax:
content: public interface WithMailNickname
- uid: com.microsoft.azure.management.graphrbac._user._definition_stages._with_password
parent: com.microsoft.azure.management.graphrbac
href: com.microsoft.azure.management.graphrbac._user._definition_stages._with_password.yml

Просмотреть файл

@ -29,7 +29,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.keyvault._access_policy.applicationId()
id: applicationId()
parent: com.microsoft.azure.management.keyvault._access_policy
@ -158,22 +157,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.yml

Просмотреть файл

@ -36,7 +36,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -284,22 +283,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -101,14 +101,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -117,8 +117,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -161,21 +161,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -254,15 +254,6 @@ references:
summary: <p>Grouping of all the key vault definition stages. </p>
syntax:
content: public interface DefinitionStages
- uid: com.microsoft.azure.management.keyvault._vault._update
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._update.yml
name: Vault.Update
fullName: com.microsoft.azure.management.keyvault.Vault.Update
type: Interface
summary: <p>The template for a key vault update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Resource.UpdateWithTags<Update>,Appliable<Vault>,Vault.UpdateStages.WithAccessPolicy,Vault.UpdateStages.WithConfigurations
- uid: com.microsoft.azure.management.keyvault._access_policy._update
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update.yml
@ -272,6 +263,15 @@ references:
summary: <p>The entirety of an access policy update as part of a key vault update. </p>
syntax:
content: public interface Update extends AccessPolicy.UpdateStages.WithPermissions,Settable<Vault.Update>
- uid: com.microsoft.azure.management.keyvault._vault._update
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._update.yml
name: Vault.Update
fullName: com.microsoft.azure.management.keyvault.Vault.Update
type: Interface
summary: <p>The template for a key vault update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Resource.UpdateWithTags<Update>,Appliable<Vault>,Vault.UpdateStages.WithAccessPolicy,Vault.UpdateStages.WithConfigurations
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definition
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_definition.yml
@ -359,15 +359,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations.yml
name: Vault.DefinitionStages.WithConfigurations
fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithConfigurations
type: Interface
summary: <p>A key vault definition allowing various configurations to be set. </p>
syntax:
content: public interface WithConfigurations
- uid: com.microsoft.azure.management.keyvault._vault._update_stages._with_configurations
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._update_stages._with_configurations.yml
@ -377,6 +368,15 @@ references:
summary: <p>A key vault update allowing various configurations to be set. </p>
syntax:
content: public interface WithConfigurations
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations.yml
name: Vault.DefinitionStages.WithConfigurations
fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithConfigurations
type: Interface
summary: <p>A key vault definition allowing various configurations to be set. </p>
syntax:
content: public interface WithConfigurations
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_create
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_create.yml
@ -419,27 +419,6 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1.yml
name: AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
type: Interface
summary: <p>The access policy definition stage allowing permissions to be added. </p>
syntax:
content: public interface WithPermissions<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions.yml
name: AccessPolicy.UpdateStages.WithPermissions
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateStages.WithPermissions
type: Interface
summary: <p>The access policy update stage allowing permissions to be added or removed. </p>
syntax:
content: public interface WithPermissions
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions.yml
@ -452,6 +431,27 @@ references:
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions.yml
name: AccessPolicy.UpdateStages.WithPermissions
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateStages.WithPermissions
type: Interface
summary: <p>The access policy update stage allowing permissions to be added or removed. </p>
syntax:
content: public interface WithPermissions
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1.yml
name: AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
type: Interface
summary: <p>The access policy definition stage allowing permissions to be added. </p>
syntax:
content: public interface WithPermissions<ParentT>
typeParameters:
- type: 18a275b1
description: <p>the return type of the final <xref href="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false"></xref></p>
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_sku
parent: com.microsoft.azure.management.keyvault
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_sku.yml

Просмотреть файл

@ -56,7 +56,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.subnetName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
@ -731,22 +730,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.subnetName()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.yml

Просмотреть файл

@ -29,7 +29,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._application_gateway_backend.addresses()
id: addresses()
parent: com.microsoft.azure.management.network._application_gateway_backend
@ -171,22 +170,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -29,7 +29,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_port.port()
- com.microsoft.azure.management.network.model._has_protocol.protocol()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._application_gateway_backend_http_configuration.cookieBasedAffinity()
id: cookieBasedAffinity()
parent: com.microsoft.azure.management.network._application_gateway_backend_http_configuration
@ -143,22 +142,6 @@ references:
return:
type: b528dcf3
description: <p>the protocol </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -33,7 +33,6 @@ items:
- com.microsoft.azure.management.network.model._has_private_ip_address.privateIpAddress()
- com.microsoft.azure.management.network.model._has_private_ip_address.privateIpAllocationMethod()
- com.microsoft.azure.management.network.model._has_public_ip_address.publicIpAddressId()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.subnetName()
- uid: com.microsoft.azure.management.network._application_gateway_frontend.getSubnet()
id: getSubnet()
@ -196,22 +195,6 @@ references:
return:
type: "26831127"
description: <p>the resource ID of the associated public IP address </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.subnetName()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.yml

Просмотреть файл

@ -28,7 +28,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._application_gateway_ip_configuration.getSubnet()
id: getSubnet()
parent: com.microsoft.azure.management.network._application_gateway_ip_configuration
@ -139,22 +138,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -34,7 +34,6 @@ items:
- com.microsoft.azure.management.network.model._has_protocol.protocol()
- com.microsoft.azure.management.network.model._has_public_ip_address.publicIpAddressId()
- com.microsoft.azure.management.network.model._has_server_name_indication.requiresServerNameIndication()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.network.model._has_ssl_certificate.sslCertificate()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.subnetName()
- uid: com.microsoft.azure.management.network._application_gateway_listener.frontend()
@ -213,22 +212,6 @@ references:
return:
type: 4fc6e284
description: <p>true if server name indication (SNI) is required, else false. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.network.model._has_ssl_certificate.sslCertificate()
parent: com.microsoft.azure.management.network.model._has_ssl_certificate
href: com.microsoft.azure.management.network.model._has_ssl_certificate.yml

Просмотреть файл

@ -38,7 +38,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_public_ip_address.publicIpAddressId()
- com.microsoft.azure.management.network.model._has_server_name_indication.requiresServerNameIndication()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.network.model._has_ssl_certificate.sslCertificate()
- uid: com.microsoft.azure.management.network._application_gateway_request_routing_rule.backend()
id: backend()
@ -286,22 +285,6 @@ references:
return:
type: 4fc6e284
description: <p>true if server name indication (SNI) is required, else false. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.network.model._has_ssl_certificate.sslCertificate()
parent: com.microsoft.azure.management.network.model._has_ssl_certificate
href: com.microsoft.azure.management.network.model._has_ssl_certificate.yml

Просмотреть файл

@ -26,7 +26,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._application_gateway_ssl_certificate.publicData()
id: publicData()
parent: com.microsoft.azure.management.network._application_gateway_ssl_certificate
@ -95,22 +94,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -228,14 +228,14 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_deleting_by_group.yml
name: deleteByGroupAsync(String groupName, String name)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByGroup.deleteByGroupAsync(String groupName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByGroupAsync(String groupName, String name)
content: public Completable deleteByGroupAsync(String groupName, String name)
parameters:
- id: groupName
type: "26831127"
@ -244,8 +244,8 @@ references:
type: "26831127"
description: <p>The name of the resource </p>
return:
type: dcd884b2
description: <p>an observable to the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
@ -288,21 +288,21 @@ references:
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
fullName: Observable<Void> com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
fullName: Completable com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Observable<Void> deleteByIdAsync(String id)
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: dcd884b2
description: <p>an observable of the request </p>
type: "56537e90"
description: <p>a completable indicates completion or exception of the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.getByGroup(String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_group.yml

Просмотреть файл

@ -139,7 +139,7 @@ references:
<p></p>
syntax:
content: public interface WithPublicIpAddress<ReturnT> extends HasPublicIpAddress.DefinitionStages.WithExistingPublicIpAddress<ReturnT>,HasPublicIpAddress.DefinitionStages.WithNewPublicIpAddress<ReturnT>
content: public interface WithPublicIpAddress<ReturnT>
typeParameters:
- type: c1a5ebc4
description: <p>the next stage of the definition </p>

Просмотреть файл

@ -37,7 +37,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
@ -342,22 +341,6 @@ references:
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml

Просмотреть файл

@ -28,7 +28,6 @@ items:
- com.microsoft.azure.management.network.model._has_load_balancing_rules.loadBalancingRules()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._load_balancer_backend.getVirtualMachineIds()
id: getVirtualMachineIds()
parent: com.microsoft.azure.management.network._load_balancer_backend
@ -119,22 +118,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -29,7 +29,6 @@ items:
- com.microsoft.azure.management.network.model._has_load_balancing_rules.loadBalancingRules()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._load_balancer_frontend.inboundNatPools()
id: inboundNatPools()
parent: com.microsoft.azure.management.network._load_balancer_frontend
@ -167,22 +166,6 @@ references:
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -31,7 +31,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_port.port()
- com.microsoft.azure.management.network.model._has_protocol.protocol()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._load_balancer_http_probe.requestPath()
id: requestPath()
parent: com.microsoft.azure.management.network._load_balancer_http_probe
@ -155,22 +154,6 @@ references:
return:
type: b528dcf3
description: <p>the protocol </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.network._load_balancer_probe
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_probe.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_protocol.protocol()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_pool.frontendPortRangeEnd()
id: frontendPortRangeEnd()
parent: com.microsoft.azure.management.network._load_balancer_inbound_nat_pool
@ -151,22 +150,6 @@ references:
return:
type: b528dcf3
description: <p>the protocol </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.network.model._has_frontend
parent: com.microsoft.azure.management.network.model
href: com.microsoft.azure.management.network.model._has_frontend.yml

Просмотреть файл

@ -33,7 +33,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_protocol.protocol()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule.backendNetworkInterfaceId()
id: backendNetworkInterfaceId()
parent: com.microsoft.azure.management.network._load_balancer_inbound_nat_rule
@ -199,22 +198,6 @@ references:
return:
type: b528dcf3
description: <p>the protocol </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.network.model._has_frontend
parent: com.microsoft.azure.management.network.model
href: com.microsoft.azure.management.network.model._has_frontend.yml

Просмотреть файл

@ -33,7 +33,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_private_ip_address.privateIpAddress()
- com.microsoft.azure.management.network.model._has_private_ip_address.privateIpAllocationMethod()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.subnetName()
- uid: com.microsoft.azure.management.network._load_balancer_private_frontend.getSubnet()
id: getSubnet()
@ -180,22 +179,6 @@ references:
return:
type: com.microsoft.azure.management.network._i_p_allocation_method
description: <p>the private IP address allocation method within the associated subnet </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.subnetName()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_subnet.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_port.port()
- com.microsoft.azure.management.network.model._has_protocol.protocol()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
- uid: com.microsoft.azure.management.network._load_balancer_probe.intervalInSeconds()
id: intervalInSeconds()
parent: com.microsoft.azure.management.network._load_balancer_probe
@ -151,22 +150,6 @@ references:
return:
type: b528dcf3
description: <p>the protocol </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml

Просмотреть файл

@ -30,7 +30,6 @@ items:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.parent()
- com.microsoft.azure.management.network.model._has_public_ip_address.publicIpAddressId()
- com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
references:
- uid: com.microsoft.azure.management.network.model._has_public_ip_address.getPublicIpAddress()
parent: com.microsoft.azure.management.network.model._has_public_ip_address
@ -142,22 +141,6 @@ references:
return:
type: "26831127"
description: <p>the resource ID of the associated public IP address </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._wrapper.setInner(T)
parent: com.microsoft.azure.management.resources.fluentcore.model._wrapper
href: com.microsoft.azure.management.resources.fluentcore.model._wrapper.yml
name: setInner(T inner)
fullName: void com.microsoft.azure.management.resources.fluentcore.model.Wrapper<T>.setInner(T inner)
type: Method
summary: >-
<p>Set the wrapped inner model. (For internal use only)</p>
<p></p>
syntax:
content: public void setInner(T inner)
parameters:
- id: inner
type: 8ce1ecb9
description: <p>the new inner model </p>
- uid: com.microsoft.azure.management.network._load_balancer_frontend
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._load_balancer_frontend.yml

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше