SchemaReferencesOperations interface
Interface representing a SchemaReferences operations.
Properties
| get | Get a Schema Reference Resource |
| list |
List by specified resource group |
Property Details
get
Get a Schema Reference Resource
get: (resourceUri: string, schemaReferenceName: string, options?: SchemaReferencesGetOptionalParams) => Promise<SchemaReference>
Property Value
(resourceUri: string, schemaReferenceName: string, options?: SchemaReferencesGetOptionalParams) => Promise<SchemaReference>
listByResourceGroup
List by specified resource group
listByResourceGroup: (resourceUri: string, options?: SchemaReferencesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaReference, SchemaReference[], PageSettings>
Property Value
(resourceUri: string, options?: SchemaReferencesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SchemaReference, SchemaReference[], PageSettings>