forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 29080 in Azure/azure-rest-api-specs
Merge 3751a1cb596fa82dd5a380f673f0b4c87ee9b331 into acea819f6b350a1e2d598d02628a1719b5f9da5d
- Loading branch information
SDKAuto
committed
May 11, 2024
1 parent
6807a66
commit a6fbf15
Showing
55 changed files
with
963 additions
and
368 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
62 changes: 62 additions & 0 deletions
62
...r-edgezones/src/main/java/com/azure/resourcemanager/edgezones/fluent/EdgeZonesClient.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,62 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) TypeSpec Code Generator. | ||
|
||
package com.azure.resourcemanager.edgezones.fluent; | ||
|
||
import com.azure.core.http.HttpPipeline; | ||
import java.time.Duration; | ||
|
||
/** | ||
* The interface for EdgeZonesClient class. | ||
*/ | ||
public interface EdgeZonesClient { | ||
/** | ||
* Gets Server parameter. | ||
* | ||
* @return the endpoint value. | ||
*/ | ||
String getEndpoint(); | ||
|
||
/** | ||
* Gets Version parameter. | ||
* | ||
* @return the apiVersion value. | ||
*/ | ||
String getApiVersion(); | ||
|
||
/** | ||
* Gets The ID of the target subscription. | ||
* | ||
* @return the subscriptionId value. | ||
*/ | ||
String getSubscriptionId(); | ||
|
||
/** | ||
* Gets The HTTP pipeline to send requests through. | ||
* | ||
* @return the httpPipeline value. | ||
*/ | ||
HttpPipeline getHttpPipeline(); | ||
|
||
/** | ||
* Gets The default poll interval for long-running operation. | ||
* | ||
* @return the defaultPollInterval value. | ||
*/ | ||
Duration getDefaultPollInterval(); | ||
|
||
/** | ||
* Gets the OperationsClient object to access its operations. | ||
* | ||
* @return the OperationsClient object. | ||
*/ | ||
OperationsClient getOperations(); | ||
|
||
/** | ||
* Gets the ExtendedZonesClient object to access its operations. | ||
* | ||
* @return the ExtendedZonesClient object. | ||
*/ | ||
ExtendedZonesClient getExtendedZones(); | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...-edgezones/src/main/java/com/azure/resourcemanager/edgezones/fluent/OperationsClient.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
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.