@@ -65,16 +65,19 @@ def __init__(self, *, status=None, **kwargs) -> None:
65
65
class Resource (Model ):
66
66
"""Resource.
67
67
68
+ Common fields that are returned in the response for all Azure Resource
69
+ Manager resources.
70
+
68
71
Variables are only populated by the server, and will be ignored when
69
72
sending a request.
70
73
71
- :ivar id: Fully qualified resource Id for the resource. Ex -
74
+ :ivar id: Fully qualified resource ID for the resource. Ex -
72
75
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
73
76
:vartype id: str
74
77
:ivar name: The name of the resource
75
78
:vartype name: str
76
- :ivar type: The type of the resource. Ex-
77
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
79
+ :ivar type: The type of the resource. E.g.
80
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
78
81
:vartype type: str
79
82
"""
80
83
@@ -98,19 +101,21 @@ def __init__(self, **kwargs) -> None:
98
101
99
102
100
103
class AzureEntityResource (Resource ):
101
- """The resource model definition for a Azure Resource Manager resource with an
102
- etag.
104
+ """Entity Resource.
105
+
106
+ The resource model definition for an Azure Resource Manager resource with
107
+ an etag.
103
108
104
109
Variables are only populated by the server, and will be ignored when
105
110
sending a request.
106
111
107
- :ivar id: Fully qualified resource Id for the resource. Ex -
112
+ :ivar id: Fully qualified resource ID for the resource. Ex -
108
113
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
109
114
:vartype id: str
110
115
:ivar name: The name of the resource
111
116
:vartype name: str
112
- :ivar type: The type of the resource. Ex-
113
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
117
+ :ivar type: The type of the resource. E.g.
118
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
114
119
:vartype type: str
115
120
:ivar etag: Resource Etag.
116
121
:vartype etag: str
@@ -423,13 +428,13 @@ class PrivateEndpointConnection(Resource):
423
428
Variables are only populated by the server, and will be ignored when
424
429
sending a request.
425
430
426
- :ivar id: Fully qualified resource Id for the resource. Ex -
431
+ :ivar id: Fully qualified resource ID for the resource. Ex -
427
432
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
428
433
:vartype id: str
429
434
:ivar name: The name of the resource
430
435
:vartype name: str
431
- :ivar type: The type of the resource. Ex-
432
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
436
+ :ivar type: The type of the resource. E.g.
437
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
433
438
:vartype type: str
434
439
:param properties: Describes the properties of an existing Private
435
440
Endpoint connection to the Azure Cognitive Search service.
@@ -535,13 +540,13 @@ class PrivateLinkResource(Resource):
535
540
Variables are only populated by the server, and will be ignored when
536
541
sending a request.
537
542
538
- :ivar id: Fully qualified resource Id for the resource. Ex -
543
+ :ivar id: Fully qualified resource ID for the resource. Ex -
539
544
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
540
545
:vartype id: str
541
546
:ivar name: The name of the resource
542
547
:vartype name: str
543
- :ivar type: The type of the resource. Ex-
544
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
548
+ :ivar type: The type of the resource. E.g.
549
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
545
550
:vartype type: str
546
551
:ivar properties: Describes the properties of a supported private link
547
552
resource for the Azure Cognitive Search service.
@@ -614,19 +619,21 @@ def __init__(self, **kwargs) -> None:
614
619
615
620
616
621
class ProxyResource (Resource ):
617
- """The resource model definition for a ARM proxy resource. It will have
618
- everything other than required location and tags.
622
+ """Proxy Resource.
623
+
624
+ The resource model definition for a Azure Resource Manager proxy resource.
625
+ It will not have tags and a location.
619
626
620
627
Variables are only populated by the server, and will be ignored when
621
628
sending a request.
622
629
623
- :ivar id: Fully qualified resource Id for the resource. Ex -
630
+ :ivar id: Fully qualified resource ID for the resource. Ex -
624
631
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
625
632
:vartype id: str
626
633
:ivar name: The name of the resource
627
634
:vartype name: str
628
- :ivar type: The type of the resource. Ex-
629
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
635
+ :ivar type: The type of the resource. E.g.
636
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
630
637
:vartype type: str
631
638
"""
632
639
@@ -694,20 +701,23 @@ def __init__(self, *, client_request_id: str=None, **kwargs) -> None:
694
701
695
702
696
703
class TrackedResource (Resource ):
697
- """The resource model definition for a ARM tracked top level resource.
704
+ """Tracked Resource.
705
+
706
+ The resource model definition for an Azure Resource Manager tracked top
707
+ level resource which has 'tags' and a 'location'.
698
708
699
709
Variables are only populated by the server, and will be ignored when
700
710
sending a request.
701
711
702
712
All required parameters must be populated in order to send to Azure.
703
713
704
- :ivar id: Fully qualified resource Id for the resource. Ex -
714
+ :ivar id: Fully qualified resource ID for the resource. Ex -
705
715
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
706
716
:vartype id: str
707
717
:ivar name: The name of the resource
708
718
:vartype name: str
709
- :ivar type: The type of the resource. Ex-
710
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
719
+ :ivar type: The type of the resource. E.g.
720
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
711
721
:vartype type: str
712
722
:param tags: Resource tags.
713
723
:type tags: dict[str, str]
@@ -744,13 +754,13 @@ class SearchService(TrackedResource):
744
754
745
755
All required parameters must be populated in order to send to Azure.
746
756
747
- :ivar id: Fully qualified resource Id for the resource. Ex -
757
+ :ivar id: Fully qualified resource ID for the resource. Ex -
748
758
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
749
759
:vartype id: str
750
760
:ivar name: The name of the resource
751
761
:vartype name: str
752
- :ivar type: The type of the resource. Ex-
753
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
762
+ :ivar type: The type of the resource. E.g.
763
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
754
764
:vartype type: str
755
765
:param tags: Resource tags.
756
766
:type tags: dict[str, str]
@@ -885,13 +895,13 @@ class SearchServiceUpdate(Resource):
885
895
Variables are only populated by the server, and will be ignored when
886
896
sending a request.
887
897
888
- :ivar id: Fully qualified resource Id for the resource. Ex -
898
+ :ivar id: Fully qualified resource ID for the resource. Ex -
889
899
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
890
900
:vartype id: str
891
901
:ivar name: The name of the resource
892
902
:vartype name: str
893
- :ivar type: The type of the resource. Ex-
894
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
903
+ :ivar type: The type of the resource. E.g.
904
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
895
905
:vartype type: str
896
906
:param replica_count: The number of replicas in the search service. If
897
907
specified, it must be a value between 1 and 12 inclusive for standard SKUs
@@ -1102,13 +1112,13 @@ class SharedPrivateLinkResource(Resource):
1102
1112
Variables are only populated by the server, and will be ignored when
1103
1113
sending a request.
1104
1114
1105
- :ivar id: Fully qualified resource Id for the resource. Ex -
1115
+ :ivar id: Fully qualified resource ID for the resource. Ex -
1106
1116
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1107
1117
:vartype id: str
1108
1118
:ivar name: The name of the resource
1109
1119
:vartype name: str
1110
- :ivar type: The type of the resource. Ex-
1111
- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
1120
+ :ivar type: The type of the resource. E.g.
1121
+ " Microsoft.Compute/virtualMachines" or " Microsoft.Storage/storageAccounts"
1112
1122
:vartype type: str
1113
1123
:param properties: Describes the properties of a Shared Private Link
1114
1124
Resource managed by the Azure Cognitive Search service.
0 commit comments