Public Function UpdateLayer( _ ByVal request As UpdateLayerRequest _ ) As UpdateLayerResponse
Dim instance As ExposureManagementServiceClient Dim request As UpdateLayerRequest Dim value As UpdateLayerResponse value = instance.UpdateLayer(request)
public UpdateLayerResponse UpdateLayer( UpdateLayerRequest request )
Parameters
- request
- Contains an UpdateLayerRequest that identifies the updated properties of the Layer that you want to update, along with the associated Touchstone-generated Contract Sequential Identifier (SID), Business Unit SID and SQL Instance SID.
Note: To maintain, update, or add associated Sublimits, you must provide these identical (including identical Sublimit SIDs), modified (including identical Sublimit SIDs), or new (no Sublimit SIDs) Sublimits in the
UpdateLayerRequest
. Any existing Sublimits that you do not supply in theUpdateLayerRequest
are deleted.