Uses of Class
com.azure.resourcemanager.network.models.ManagedServiceIdentity
-
Packages that use ManagedServiceIdentity 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. -
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityApplicationGatewayInner. identity()Get the identity property: The identity of the application gateway, if configured.ManagedServiceIdentityExpressRoutePortInner. identity()Get the identity property: The identity of ExpressRoutePort, if configured.ManagedServiceIdentityFirewallPolicyInner. identity()Get the identity property: The identity of the firewall policy.ManagedServiceIdentityNetworkVirtualApplianceInner. identity()Get the identity property: The service principal that has read access to cloud-init and config blob.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ManagedServiceIdentity Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: The identity of the application gateway, if configured.ExpressRoutePortInnerExpressRoutePortInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: The identity of ExpressRoutePort, if configured.FirewallPolicyInnerFirewallPolicyInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: The identity of the firewall policy.NetworkVirtualApplianceInnerNetworkVirtualApplianceInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: The service principal that has read access to cloud-init and config blob. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityManagedServiceIdentity. withType(ResourceIdentityType type)Set the type property: The type of identity used for the resource.ManagedServiceIdentityManagedServiceIdentity. withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities)Set the userAssignedIdentities property: The list of user identities associated with resource.Methods in com.azure.resourcemanager.network.models with parameters of type ManagedServiceIdentity Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithManagedServiceIdentity. withIdentity(ManagedServiceIdentity identity)Specifies an identity to be associated with the application gateway.ApplicationGateway.UpdateApplicationGateway.UpdateStages.WithManagedServiceIdentity. withIdentity(ManagedServiceIdentity identity)Specifies an identity to be associated with the application gateway.
-