OrganizationOperationsOperationsExtensions.ListBySubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all organizations under the specified subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OrganizationResource> ListBySubscription (this Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OrganizationResource>
<Extension()>
Public Function ListBySubscription (operations As IOrganizationOperationsOperations) As IPage(Of OrganizationResource)
Parameters
- operations
- IOrganizationOperationsOperations
The operations group for this extension method.