export type PrivateEndpointIPConfiguration = { etag: string; name: string; properties: { groupId: string; privateIPAddress: string; memberName: string; }; type: string; };