You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public partial class PrivateDnsZoneGroupData : Azure.ResourceManager.Network.Models.NetworkResourceData
2841
+
public partial class PrivateDnsZoneGroupData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData
2842
2842
{
2843
2843
public PrivateDnsZoneGroupData() { }
2844
2844
public Azure.ETag? ETag { get { throw null; } }
@@ -2884,6 +2884,7 @@ public PrivateEndpointData() { }
2884
2884
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.NetworkInterfaceData> NetworkInterfaces { get { throw null; } }
2885
2885
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.NetworkPrivateLinkServiceConnection> PrivateLinkServiceConnections { get { throw null; } }
2886
2886
public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } }
2887
+
public System.Guid? ResourceGuid { get { throw null; } set { } }
2887
2888
public Azure.ResourceManager.Network.SubnetData Subnet { get { throw null; } set { } }
2888
2889
}
2889
2890
public partial class PrivateEndpointResource : Azure.ResourceManager.ArmResource
@@ -2938,6 +2939,7 @@ public PrivateLinkServiceData() { }
2938
2939
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.NetworkInterfaceData> NetworkInterfaces { get { throw null; } }
2939
2940
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionData> PrivateEndpointConnections { get { throw null; } }
2940
2941
public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } }
2942
+
public System.Guid? ResourceGuid { get { throw null; } set { } }
2941
2943
public System.Collections.Generic.IList<string> VisibilitySubscriptions { get { throw null; } }
2942
2944
}
2943
2945
public partial class PrivateLinkServiceResource : Azure.ResourceManager.ArmResource
@@ -7936,6 +7938,7 @@ public NetworkPrivateLinkServiceConnection() { }
7936
7938
public Azure.Core.ResourceIdentifier PrivateLinkServiceId { get { throw null; } set { } }
7937
7939
public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } }
7938
7940
public string RequestMessage { get { throw null; } set { } }
7941
+
public string ResolvedPrivateLinkServiceLocation { get { throw null; } set { } }
7939
7942
}
7940
7943
public partial class NetworkPrivateLinkServiceConnectionState
7941
7944
{
@@ -8464,9 +8467,13 @@ public PrepareNetworkPoliciesContent() { }
8464
8467
public partial class PrivateDnsZoneConfig
8465
8468
{
8466
8469
public PrivateDnsZoneConfig() { }
8470
+
public Azure.ETag? ETag { get { throw null; } }
8471
+
public string Id { get { throw null; } }
8467
8472
public string Name { get { throw null; } set { } }
8468
8473
public string PrivateDnsZoneId { get { throw null; } set { } }
8474
+
public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } }
8469
8475
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.Models.RecordSet> RecordSets { get { throw null; } }
8476
+
public string ResourceType { get { throw null; } }
8470
8477
}
8471
8478
public partial class PrivateLinkServiceIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData
Copy file name to clipboardExpand all lines: sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkPrivateLinkServiceConnection.Serialization.cs
0 commit comments