| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<RegistryPolicies> |
Registries.listPoliciesAsync(String resourceGroupName,
String registryName) |
Lists the policies for the specified container registry.
|
rx.Observable<RegistryPolicies> |
Registries.updatePoliciesAsync(String resourceGroupName,
String registryName,
com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters) |
Updates the policies for the specified container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/