Share via


NeonRolesOperations interface

Interface representing a NeonRoles operations.

Properties

createOrUpdate

Create a NeonRole

delete
get

Get a NeonRole

list

List NeonRole resources by Branch

update

Update a NeonRole

Property Details

createOrUpdate

Create a NeonRole

createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, resource: NeonRole, options?: NeonRolesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, resource: NeonRole, options?: NeonRolesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>

delete

delete: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesDeleteOptionalParams) => Promise<void>

get

Get a NeonRole

get: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesGetOptionalParams) => Promise<NeonRole>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesGetOptionalParams) => Promise<NeonRole>

list

List NeonRole resources by Branch

list: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: NeonRolesListOptionalParams) => PagedAsyncIterableIterator<NeonRole, NeonRole[], PageSettings>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: NeonRolesListOptionalParams) => PagedAsyncIterableIterator<NeonRole, NeonRole[], PageSettings>

update

Update a NeonRole

update: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, properties: NeonRole, options?: NeonRolesUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, properties: NeonRole, options?: NeonRolesUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>