Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2xvY2F0aW9ucy97fS9wZXJpbWV0ZXJhc3NvY2lhYmxlcmVzb3VyY2V0eXBlcw==/2021-02-01-preview.xml (65 lines of code) (raw):
<?xml version='1.0' encoding='utf-8'?>
<CodeGen plane="mgmt-plane">
<resource id="/subscriptions/{}/providers/microsoft.network/locations/{}/perimeterassociableresourcetypes" version="2021-02-01-preview" swagger="mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYXRpb25zL3tsb2NhdGlvbn0vcGVyaW1ldGVyQXNzb2NpYWJsZVJlc291cmNlVHlwZXM=/V/MjAyMS0wMi0wMS1wcmV2aWV3"/>
<commandGroup name="network perimeter onboarded-resources">
<command name="list" version="2021-02-01-preview">
<resource id="/subscriptions/{}/providers/microsoft.network/locations/{}/perimeterassociableresourcetypes" version="2021-02-01-preview" swagger="mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYXRpb25zL3tsb2NhdGlvbn0vcGVyaW1ldGVyQXNzb2NpYWJsZVJlc291cmNlVHlwZXM=/V/MjAyMS0wMi0wMS1wcmV2aWV3"/>
<argGroup name="">
<arg type="ResourceLocation" var="$Path.location" options="location l" required="True" idPart="name"/>
<arg type="SubscriptionId" var="$Path.subscriptionId" options="subscription" required="True" idPart="subscription"/>
</argGroup>
<operation operationId="PerimeterAssociableResourceTypes_List">
<http path="/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/perimeterAssociableResourceTypes">
<request method="get">
<path>
<param type="string" name="location" arg="$Path.location" required="True"/>
<param type="string" name="subscriptionId" arg="$Path.subscriptionId" required="True"/>
</path>
<query>
<const readOnly="True" const="True" type="string" name="api-version" required="True">
<default value=""2021-02-01-preview""/>
</const>
</query>
</request>
<response statusCode="200">
<body>
<json var="$Instance">
<schema type="object">
<prop type="string" name="nextLink"/>
<prop type="array<object>" name="value">
<item type="object">
<prop readOnly="True" type="string" name="id"/>
<prop type="ResourceLocation" name="location"/>
<prop type="string" name="name"/>
<prop type="object" name="properties">
<prop readOnly="True" type="string" name="displayName"/>
<prop readOnly="True" type="array<string>" name="publicDnsZones">
<item type="string"/>
</prop>
<prop readOnly="True" type="string" name="resourceType"/>
</prop>
<prop type="object" name="tags">
<additionalProp>
<item type="string"/>
</additionalProp>
</prop>
<prop readOnly="True" type="string" name="type"/>
</item>
</prop>
</schema>
</json>
</body>
</response>
<response isError="True">
<body>
<json>
<schema type="@ODataV4Format"/>
</json>
</body>
</response>
</http>
</operation>
<output type="array" ref="$Instance.value" clientFlatten="True" nextLink="$Instance.nextLink"/>
</command>
</commandGroup>
</CodeGen>