# IAzureDelegatedSubnetResource Properties

- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Type: [IAzureDelegatedSubnetResource](/reference/api/csharp/aspire.hosting.azure/iazuredelegatedsubnetresource.md)
- Kind: `Properties`
- Members: `1`

Represents an Azure resource that supports subnet delegation.

## DelegatedSubnetServiceName

- Name: `DelegatedSubnetServiceName`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the service delegation service name (e.g., "Microsoft.App/environments").

```csharp
public abstract string DelegatedSubnetServiceName { get; }
```
