| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedServiceIdentity |
ExpressRoutePortInner.identity()
Get the identity property: The identity of ExpressRoutePort, if configured.
|
ManagedServiceIdentity |
ApplicationGatewayInner.identity()
Get the identity property: The identity of the application gateway, if configured.
|
ManagedServiceIdentity |
NetworkVirtualApplianceInner.identity()
Get the identity property: The service principal that has read access to cloud-init and config blob.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRoutePortInner |
ExpressRoutePortInner.withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity of ExpressRoutePort, if configured.
|
ApplicationGatewayInner |
ApplicationGatewayInner.withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity of the application gateway, if configured.
|
NetworkVirtualApplianceInner |
NetworkVirtualApplianceInner.withIdentity(ManagedServiceIdentity identity)
Set the identity property: The service principal that has read access to cloud-init and config blob.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedServiceIdentity |
ManagedServiceIdentity.withType(ResourceIdentityType type)
Set the type property: The type of identity used for the resource.
|
ManagedServiceIdentity |
ManagedServiceIdentity.withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities)
Set the userAssignedIdentities property: 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 © 2020 Microsoft Corporation. All rights reserved.