| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedServiceIdentity |
ManagedServiceIdentity.withType(ResourceIdentityType type)
Set the type of identity used for the resource.
|
ManagedServiceIdentity |
ManagedServiceIdentity.withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities)
Set the list of user identities associated with resource.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.DefinitionStages.WithCreate |
ApplicationGateway.DefinitionStages.WithManagedServiceIdentity.withIdentity(ManagedServiceIdentity identity)
Specifies an identity to be associated with the application gateway.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithManagedServiceIdentity.withIdentity(ManagedServiceIdentity identity)
Specifies an identity to be associated with the application gateway.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/