azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

46 строки
3.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl"
name: "ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl"
nameWithType: "ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl"
summary: "The stage of application update allowing specifying identifier URLs."
syntax: "public static interface **ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl**"
methods:
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)"
name: "withIdentifierUrl(String identifierUrl)"
nameWithType: "ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)"
summary: "Adds an identifier URL to the application."
modifiers:
- "abstract"
parameters:
- description: "unique URI that Azure AD can use for this app"
name: "identifierUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ActiveDirectoryApplication.Update withIdentifierUrl(String identifierUrl)"
desc: "Adds an identifier URL to the application."
returns:
description: "the next stage in application update"
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(String identifierUrl)"
name: "withoutIdentifierUrl(String identifierUrl)"
nameWithType: "ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(String identifierUrl)"
summary: "Removes an identifier URL from the application."
modifiers:
- "abstract"
parameters:
- description: "identifier URI to remove"
name: "identifierUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ActiveDirectoryApplication.Update withoutIdentifierUrl(String identifierUrl)"
desc: "Removes an identifier URL from the application."
returns:
description: "the next stage in application update"
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of application update allowing specifying identifier URLs."
metadata: {}
package: "com.microsoft.azure.management.graphrbac"
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4