forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SDK Automation
committed
Aug 20, 2020
1 parent
a7c3acb
commit 0ca9589
Showing
73 changed files
with
1,653 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...main/java/com/microsoft/azure/management/network/v2019_02_01/ResourceNavigationLinks.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
*/ | ||
|
||
package com.microsoft.azure.management.network.v2019_02_01; | ||
|
||
import rx.Observable; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.ResourceNavigationLinksInner; | ||
import com.microsoft.azure.arm.model.HasInner; | ||
|
||
/** | ||
* Type representing ResourceNavigationLinks. | ||
*/ | ||
public interface ResourceNavigationLinks extends HasInner<ResourceNavigationLinksInner> { | ||
/** | ||
* Gets a list of resource navigation links for a subnet. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param virtualNetworkName The name of the virtual network. | ||
* @param subnetName The name of the subnet. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation | ||
* @return the observable for the request | ||
*/ | ||
Observable<ResourceNavigationLinksListResult> getAsync(String resourceGroupName, String virtualNetworkName, String subnetName); | ||
|
||
} |
32 changes: 32 additions & 0 deletions
32
...com/microsoft/azure/management/network/v2019_02_01/ResourceNavigationLinksListResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
*/ | ||
|
||
package com.microsoft.azure.management.network.v2019_02_01; | ||
|
||
import com.microsoft.azure.arm.model.HasInner; | ||
import com.microsoft.azure.arm.resources.models.HasManager; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.NetworkManager; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.ResourceNavigationLinksListResultInner; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.ResourceNavigationLinkInner; | ||
import java.util.List; | ||
|
||
/** | ||
* Type representing ResourceNavigationLinksListResult. | ||
*/ | ||
public interface ResourceNavigationLinksListResult extends HasInner<ResourceNavigationLinksListResultInner>, HasManager<NetworkManager> { | ||
/** | ||
* @return the nextLink value. | ||
*/ | ||
String nextLink(); | ||
|
||
/** | ||
* @return the value value. | ||
*/ | ||
List<ResourceNavigationLinkInner> value(); | ||
|
||
} |
30 changes: 30 additions & 0 deletions
30
...main/java/com/microsoft/azure/management/network/v2019_02_01/ServiceAssociationLinks.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
*/ | ||
|
||
package com.microsoft.azure.management.network.v2019_02_01; | ||
|
||
import rx.Observable; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceAssociationLinksInner; | ||
import com.microsoft.azure.arm.model.HasInner; | ||
|
||
/** | ||
* Type representing ServiceAssociationLinks. | ||
*/ | ||
public interface ServiceAssociationLinks extends HasInner<ServiceAssociationLinksInner> { | ||
/** | ||
* Gets a list of service association links for a subnet. | ||
* | ||
* @param resourceGroupName The name of the resource group. | ||
* @param virtualNetworkName The name of the virtual network. | ||
* @param subnetName The name of the subnet. | ||
* @throws IllegalArgumentException thrown if parameters fail the validation | ||
* @return the observable for the request | ||
*/ | ||
Observable<ServiceAssociationLinksListResult> getAsync(String resourceGroupName, String virtualNetworkName, String subnetName); | ||
|
||
} |
32 changes: 32 additions & 0 deletions
32
...com/microsoft/azure/management/network/v2019_02_01/ServiceAssociationLinksListResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
*/ | ||
|
||
package com.microsoft.azure.management.network.v2019_02_01; | ||
|
||
import com.microsoft.azure.arm.model.HasInner; | ||
import com.microsoft.azure.arm.resources.models.HasManager; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.NetworkManager; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceAssociationLinksListResultInner; | ||
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceAssociationLinkInner; | ||
import java.util.List; | ||
|
||
/** | ||
* Type representing ServiceAssociationLinksListResult. | ||
*/ | ||
public interface ServiceAssociationLinksListResult extends HasInner<ServiceAssociationLinksListResultInner>, HasManager<NetworkManager> { | ||
/** | ||
* @return the nextLink value. | ||
*/ | ||
String nextLink(); | ||
|
||
/** | ||
* @return the value value. | ||
*/ | ||
List<ServiceAssociationLinkInner> value(); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.