com.microsoft.azure.management.apigeneration.Beta.SinceVersion Java Examples

The following examples show how to use com.microsoft.azure.management.apigeneration.Beta.SinceVersion. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AuthorizationManager.java    From azure-libraries-for-java with MIT License 5 votes vote down vote up
/**
 * @return entry point to management lock management
 */
@Beta(SinceVersion.V1_4_0)
public ManagementLocks managementLocks() {
    if (this.managementLocks == null) {
        this.managementLocks = new ManagementLocksImpl(this);
    }
    return this.managementLocks;
}
 
Example #2
Source File: MonitorManager.java    From azure-libraries-for-java with MIT License 5 votes vote down vote up
/**
 * @return the Azure Diagnostic Settings API entry point
 */
@Beta(SinceVersion.V1_8_0)
public DiagnosticSettings diagnosticSettings() {
    if (this.diagnosticSettings == null) {
        this.diagnosticSettings = new DiagnosticSettingsImpl(this);
    }
    return this.diagnosticSettings;
}
 
Example #3
Source File: MonitorManager.java    From azure-libraries-for-java with MIT License 5 votes vote down vote up
/**
 * @return the Azure AlertRules API entry point
 */
@Beta(SinceVersion.V1_15_0)
public AlertRules alertRules() {
    if (this.alerts == null) {
        this.alerts = new AlertRulesImpl(this);
    }
    return this.alerts;
}
 
Example #4
Source File: MonitorManager.java    From azure-libraries-for-java with MIT License 5 votes vote down vote up
/**
 * @return the Azure AutoscaleSettings API entry point
 */
@Beta(SinceVersion.V1_15_0)
public AutoscaleSettings autoscaleSettings() {
    if (this.autoscaleSettings == null) {
        this.autoscaleSettings = new AutoscaleSettingsImpl(this);
    }
    return this.autoscaleSettings;
}
 
Example #5
Source File: NetworkManager.java    From azure-libraries-for-java with MIT License 5 votes vote down vote up
/**
 * @return entry point to application security groups management
 */
@Beta(SinceVersion.V1_10_0)
public RouteFilters routeFilters() {
    if (this.routeFilters == null) {
        this.routeFilters = new RouteFiltersImpl(this);
    }
    return this.routeFilters;
}
 
Example #6
Source File: NetworkManager.java    From azure-libraries-for-java with MIT License 5 votes vote down vote up
/**
 * @return entry point to local network gateway management
 */
@Beta(SinceVersion.V1_3_0)
public LocalNetworkGateways localNetworkGateways() {
    if (this.localNetworkGateways == null) {
        this.localNetworkGateways = new LocalNetworkGatewaysImpl(this);
    }
    return this.localNetworkGateways;
}
 
Example #7
Source File: WebAppBase.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return the zipped archive of docker logs for a Linux web app
 */
@Beta(SinceVersion.V1_5_0)
@Method
Observable<byte[]> getContainerLogsZipAsync();
 
Example #8
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to managing Managed Service Identity (MSI) identities.
 */
@Beta(Beta.SinceVersion.V1_5_1)
public Identities identities() {
    return msiManager.identities();
}
 
Example #9
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to authentication and authorization management in Azure
 */
@Beta(SinceVersion.V1_2_0)
public AccessManagement accessManagement() {
    return this.authenticated;
}
 
Example #10
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to managing Kubernetes clusters.
 */
@Beta(SinceVersion.V1_4_0)
public KubernetesClusters kubernetesClusters() {
    return containerServiceManager.kubernetesClusters();
}
 
Example #11
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to managing Container Regsitries.
 */
@Beta(SinceVersion.V1_2_0)
public CosmosDBAccounts cosmosDBAccounts() {
    return cosmosDBManager.databaseAccounts();
}
 
Example #12
Source File: WebAppBase.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return an Observable streaming trace logs
 */
@Beta(SinceVersion.V1_18_0)
@Method
Observable<String> streamTraceLogsAsync();
 
Example #13
Source File: NetworkWatcher.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to manage connection monitors associated with network watcher
 */
@Beta(SinceVersion.V1_10_0)
@Method
ConnectionMonitors connectionMonitors();
 
Example #14
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to managing route filters
 */
@Beta(SinceVersion.V1_10_0)
public RouteFilters routeFilters() {
    return networkManager.routeFilters();
}
 
Example #15
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to managing event hub namespaces.
 */
@Beta(SinceVersion.V1_7_0)
public EventHubNamespaces eventHubNamespaces() {
    return this.eventHubManager.namespaces();
}
 
Example #16
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to managing event hubs.
 */
@Beta(SinceVersion.V1_7_0)
public EventHubs eventHubs() {
    return this.eventHubManager.eventHubs();
}
 
Example #17
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to manage compute galleries.
 */
@Beta(Beta.SinceVersion.V1_15_0)
public Galleries galleries() {
    return this.computeManager.galleries();
}
 
Example #18
Source File: Azure.java    From azure-libraries-for-java with MIT License 4 votes vote down vote up
/**
 * @return entry point to managing express route circuits
 */
@Beta(SinceVersion.V1_4_0)
public ExpressRouteCircuits expressRouteCircuits() {
    return networkManager.expressRouteCircuits();
}
 
Example #19
Source File: Vaults.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Gets the deleted Azure key vault.
 *
 * @param vaultName
 *            The name of the vault.
 * @param location
 *            The location of the deleted vault.
 * @throws IllegalArgumentException
 *             thrown if parameters fail the validation
 * @throws CloudException
 *             thrown if the request is rejected by server
 * @throws RuntimeException
 *             all other wrapped checked exceptions if the request fails to be
 *             sent
 * @return the DeletedVault object if successful.
 */
@Beta(SinceVersion.V1_11_0)
DeletedVault getDeleted(String vaultName, String location);
 
Example #20
Source File: ApplicationGatewayBackendHttpConfiguration.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Specifies the number of seconds when connection draining is active.
 * @param seconds a number of seconds between 1 and 3600
 * @return the next stage of the update
 */
@Beta(SinceVersion.V1_4_0)
Update withConnectionDrainingTimeoutInSeconds(int seconds);
 
Example #21
Source File: Subnet.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Specifies that existing access from a service endpoint should be removed.
 * @param service the service type
 * @return the next stage of the definition
 */
@Beta(SinceVersion.V1_6_0)
Update withoutAccessFromService(ServiceEndpointType service);
 
Example #22
Source File: ApplicationGatewayBackendHttpConfiguration.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Disables connection draining.
 * @return the next stage of the update
 */
@Beta(SinceVersion.V1_4_0)
Update withoutConnectionDraining();
 
Example #23
Source File: ApplicationGatewayBackendHttpConfiguration.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Associates the specified authentication certificate that exists on this application gateway with this backend HTTP confifuration.
 * <p>
 * Multiple calls to this method will add additional certificate references.
 * @param name the name of an existing authentication certificate
 * @return the next stage of the definition
 */
@Beta(SinceVersion.V1_4_0)
WithAttachAndAuthCert<ReturnT> withAuthenticationCertificate(String name);
 
Example #24
Source File: ApplicationGateway.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Disables the specified SSL protocols.
 * @param protocols SSL protocols
 * @return the next stage of the definition
 */
@Beta(SinceVersion.V1_1_0)
WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol...protocols);
 
Example #25
Source File: Vault.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * @return whether soft delete is enabled for this key vault.
 */
@Beta(SinceVersion.V1_11_0)
boolean softDeleteEnabled();
 
Example #26
Source File: ApplicationGatewayBackendHttpConfiguration.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Specifies the path prefix for all HTTP requests.
 * @param path a path
 * @return the next stage of the update
 */
@Beta(SinceVersion.V1_4_0)
Update withPath(String path);
 
Example #27
Source File: Vaults.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Gets the deleted Azure key vault.
 *
 * @param vaultName
 *            The name of the vault.
 * @param location
 *            The location of the deleted vault.
 * @throws IllegalArgumentException
 *             thrown if parameters fail the validation
 * @return the {@link ServiceFuture} object
 */
@Beta(SinceVersion.V1_11_0)
Observable<DeletedVault> getDeletedAsync(String vaultName, String location);
 
Example #28
Source File: WebAppBase.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Deploys a ZIP file onto the Azure specialized Java SE image on this web app.
 * @param zipFile the ZIP file to upload
 * @return a completable of the operation
 */
@Beta(SinceVersion.V1_14_0)
Completable zipDeployAsync(InputStream zipFile);
 
Example #29
Source File: Vaults.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Permanently deletes the specified vault. aka Purges the deleted Azure key
 * vault.
 *
 * @param vaultName
 *            The name of the soft-deleted vault.
 * @param location
 *            The location of the soft-deleted vault.
 * @throws IllegalArgumentException
 *             thrown if parameters fail the validation
 * @return the observable for the request
 */
@Beta(SinceVersion.V1_11_0)
Completable purgeDeletedAsync(String vaultName, String location);
 
Example #30
Source File: ApplicationGateway.java    From azure-libraries-for-java with MIT License 2 votes vote down vote up
/**
 * Disables HTTP2 for the application gateway.
 * @return the next stage of the update
 */
@Beta(SinceVersion.V1_14_0)
Update withoutHttp2();