FluentT - the type of the resourcepublic static interface WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.Update<FluentT> |
withSystemAssignedIdentityBasedAccessTo(String resourceId,
com.azure.resourcemanager.authorization.models.BuiltInRole role)
Specifies that web app's system assigned (local) identity should have the given access (described by the
role) on an ARM resource identified by the resource ID.
|
WebAppBase.Update<FluentT> |
withSystemAssignedIdentityBasedAccessTo(String resourceId,
String roleDefinitionId)
Specifies that web app's system assigned (local) identity should have the access (described by the role
definition) on an ARM resource identified by the resource ID.
|
WebAppBase.Update<FluentT> |
withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(com.azure.resourcemanager.authorization.models.BuiltInRole role)
Specifies that web app's system assigned (local) identity should have the given access (described by the
role) on the resource group that web app resides.
|
WebAppBase.Update<FluentT> |
withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId)
Specifies that web app's system assigned (local) identity should have the access (described by the role
definition) on the resource group that web app resides.
|
WebAppBase.Update<FluentT> withSystemAssignedIdentityBasedAccessTo(String resourceId, com.azure.resourcemanager.authorization.models.BuiltInRole role)
resourceId - the ARM identifier of the resourcerole - access role to assigned to the web app's local identityWebAppBase.Update<FluentT> withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(com.azure.resourcemanager.authorization.models.BuiltInRole role)
role - access role to assigned to the web app's local identityWebAppBase.Update<FluentT> withSystemAssignedIdentityBasedAccessTo(String resourceId, String roleDefinitionId)
resourceId - scope of the access represented in ARM resource ID formatroleDefinitionId - access role definition to assigned to the web app's local identityWebAppBase.Update<FluentT> withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId)
roleDefinitionId - access role definition to assigned to the web app's local identityVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.