swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector StaticMembers API schemes: - https tags: - name: StaticMembers paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} : parameters: - $ref: ./network.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/NetworkManagerNameParameter' - $ref: '#/parameters/NetworkGroupNameParameter' - $ref: '#/parameters/StaticMemberNameParameter' - $ref: ./network.json#/parameters/ApiVersionParameter get: tags: - StaticMembers operationId: microsoftAzureStaticmembersGet description: Gets the specified static member. responses: '200': description: OK - Returns information about the static member. schema: $ref: '#/definitions/StaticMember' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: StaticMembersGet: $ref: ./examples/NetworkManagerStaticMemberGet.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networkmanagers Networkmanagername Networkgroups Networkgroupname Staticmembers Staticmembername put: tags: - StaticMembers operationId: microsoftAzureStaticmembersCreateorupdate description: Creates or updates a static member. parameters: - name: parameters in: body required: true schema: $ref: '#/definitions/StaticMember' description: Parameters supplied to the specify the static member to create responses: '200': description: Updated - Returns information about the static member. schema: $ref: '#/definitions/StaticMember' '201': description: Created - Returns information about the static member. schema: $ref: '#/definitions/StaticMember' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: StaticMemberPut: $ref: ./examples/NetworkManagerStaticMemberPut.json summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networkmanagers Networkmanagername Networkgroups Networkgroupname Staticmembers Staticmembername delete: tags: - StaticMembers operationId: microsoftAzureStaticmembersDelete description: Deletes a static member. responses: '200': description: Delete Succeed. '204': description: Request successful. The resource does not exist. default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: StaticMembersDelete: $ref: ./examples/NetworkManagerStaticMemberDelete.json summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networkmanagers Networkmanagername Networkgroups Networkgroupname Staticmembers Staticmembername ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers : get: tags: - StaticMembers operationId: microsoftAzureStaticmembersList description: Lists the specified static member. x-ms-pageable: nextLinkName: nextLink parameters: - $ref: ./network.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/NetworkManagerNameParameter' - $ref: '#/parameters/NetworkGroupNameParameter' - $ref: ./network.json#/parameters/ApiVersionParameter - $ref: '#/parameters/ListTopParameter' - $ref: '#/parameters/ListSkipTokenParameter' responses: '200': description: OK - Returns information about the static member. schema: $ref: '#/definitions/StaticMemberListResult' default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: StaticMembersList: $ref: ./examples/NetworkManagerStaticMemberList.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Networkmanagers Networkmanagername Networkgroups Networkgroupname Staticmembers definitions: StaticMemberListResult: type: object properties: value: type: array items: $ref: '#/definitions/StaticMember' description: Gets a page of StaticMember nextLink: type: string description: Gets the URL to get the next set of results. description: Result of the request to list StaticMember. It contains a list of groups and a URL link to get the next set of results. StaticMemberProperties: type: object properties: resourceId: type: string description: Resource Id. description: Properties of static member. StaticMember: type: object properties: properties: x-ms-client-flatten: true $ref: '#/definitions/StaticMemberProperties' description: The Static Member properties systemData: readOnly: true description: The system metadata related to this resource. $ref: ./network.json#/definitions/SystemData allOf: - $ref: ./network.json#/definitions/ProxyResource description: StaticMember Item. parameters: ResourceGroupNameParameter: name: resourceGroupName in: path required: true type: string description: The name of the resource group. x-ms-parameter-location: method NetworkManagerNameParameter: name: networkManagerName in: path required: true type: string description: The name of the network manager. x-ms-parameter-location: method ListTopParameter: name: $top description: An optional query parameter which specifies the maximum number of records to be returned by the server. in: query required: false type: integer format: int32 minimum: 1 maximum: 20 x-ms-parameter-location: method NetworkGroupNameParameter: name: networkGroupName in: path required: true type: string description: The name of the network group. x-ms-parameter-location: method ListSkipTokenParameter: name: $skipToken description: SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. in: query required: false type: string x-ms-parameter-location: method StaticMemberNameParameter: name: staticMemberName in: path required: true type: string description: The name of the static member. x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'