File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
specification/network/resource-manager/Microsoft.Network/stable/2021-02-01 Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 671
671
},
672
672
"PrivateEndpointProperties" : {
673
673
"properties" : {
674
+ "resourceGuid" : {
675
+ "type" : " string" ,
676
+ "description" : " The resource id of private endpoint."
677
+ },
674
678
"subnet" : {
675
679
"$ref" : " ./virtualNetwork.json#/definitions/Subnet" ,
676
680
"description" : " The ID of the subnet from which the private IP will be allocated."
768
772
"type" : " string" ,
769
773
"description" : " The resource id of private link service."
770
774
},
775
+ "resolvedPrivateLinkServiceLocation" : {
776
+ "type" : " string" ,
777
+ "description" : " The location for the resolved private link service."
778
+ },
771
779
"groupIds" : {
772
780
"type" : " array" ,
773
781
"items" : {
868
876
"type" : " string" ,
869
877
"description" : " Name of the resource that is unique within a resource group. This name can be used to access the resource."
870
878
},
879
+ "type" : {
880
+ "type" : " string" ,
881
+ "description" : " Type of resource. Will be specified as private dns zone groups."
882
+ },
871
883
"etag" : {
872
884
"readOnly" : true ,
873
885
"type" : " string" ,
909
921
"type" : " string" ,
910
922
"description" : " Name of the resource that is unique within a resource group. This name can be used to access the resource."
911
923
},
924
+ "id" : {
925
+ "type" : " string" ,
926
+ "readOnly" : true ,
927
+ "description" : " The id of the privateDnsZoneConfig."
928
+ },
929
+ "type" : {
930
+ "type" : " string" ,
931
+ "readOnly" : true ,
932
+ "description" : " Type of resource. Will be specified as private dns zone configurations."
933
+ },
934
+ "etag" : {
935
+ "readOnly" : true ,
936
+ "type" : " string" ,
937
+ "description" : " A unique read-only string that changes whenever the resource is updated."
938
+ },
912
939
"properties" : {
913
940
"x-ms-client-flatten" : true ,
914
941
"$ref" : " #/definitions/PrivateDnsZonePropertiesFormat" ,
923
950
"type" : " string" ,
924
951
"description" : " The resource id of the private dns zone."
925
952
},
953
+ "provisioningState" : {
954
+ "readOnly" : true ,
955
+ "$ref" : " ./network.json#/definitions/ProvisioningState" ,
956
+ "description" : " The provisioning state of the private dns zone group resource."
957
+ },
926
958
"recordSets" : {
927
959
"type" : " array" ,
928
960
"readOnly" : true ,
Original file line number Diff line number Diff line change 800
800
},
801
801
"description" : " An array of references to the load balancer IP configurations."
802
802
},
803
+ "resourceGuid" : {
804
+ "type" : " string" ,
805
+ "description" : " The resource id of private link service."
806
+ },
803
807
"ipConfigurations" : {
804
808
"type" : " array" ,
805
809
"items" : {
You can’t perform that action at this time.
0 commit comments