webApplicationSegment resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the segment configurations that are allowed for an on-premises wildcard application published through Microsoft Entra application proxy and accessed via HTTP.
Inherits from applicationSegment.
Methods
Method | Return type | Description |
---|---|---|
List | webApplicationSegment collection | Get a list of the webApplicationSegment objects and their properties. |
Create | webApplicationSegment | Create a new webApplicationSegment object. |
Get | webApplicationSegment | Read the properties and relationships of a webApplicationSegment object. |
Update | webApplicationSegment | Update the properties of a webApplicationSegment object. |
Delete | None | Delete a webApplicationSegment object. |
Properties
Property | Type | Description |
---|---|---|
alternateUrl | String | If you're configuring a traffic manager in front of multiple app proxy application segments, this property contains the user-friendly URL that points to the traffic manager. |
externalUrl | String | The published external URL for the application segment; for example, https://intranet.contoso.com/ . |
id | String | The unique identifier that is assigned to an applicationSegment by Microsoft Entra ID. Not nullable. Read-only. Supports $filter (eq ). Inherited from applicationSegment. |
internalUrl | String | The internal URL of the application segment; for example, https://intranet/ . |
Relationships
Relationship | Type | Description |
---|---|---|
corsConfigurations | corsConfiguration_v2 collection | A collection of CORS Rule definitions for a particular application segment. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "microsoft.graph.webApplicationSegment",
"alternateUrl": "String",
"externalUrl": "String",
"internalUrl": "String"
}